XmpRational

XmpRational(long, long)

Initializes a new instance of the XmpRational class.

public XmpRational(long numerator, long denominator)
Parameter Type Description
numerator Int64 The numerator.
denominator Int64 The denominator.

See Also


XmpRational(string)

Initializes a new instance of the XmpBoolean class.

public XmpRational(string value)
Parameter Type Description
value String The value.

Exceptions

exception condition
ArgumentNullException Value could not be null.
ArgumentException Invalid string value.

See Also