Class Rational
Rational class
Represents XMP Rational.
public class Rational : XmpTypeBase
Constructors
Name | Description |
---|---|
Rational(int, int) | Initializes a new instance of the Rational class. |
Properties
Name | Description |
---|---|
Denominator { get; set; } | Gets or sets the denominator. |
FloatValue { get; } | Gets the float value. |
Numerator { get; } | Gets the numerator. |
Methods
Name | Description |
---|---|
override GetXmpRepresentation() | Gets thestring contained value in XMP format. |
See Also
- class XmpTypeBase
- namespace Aspose.Imaging.Xmp.Types.Derived
- assembly Aspose.Imaging