[]
Represents an Exif field with unsigned rational values.
public class ExifRational : ExifValue, IComparable<ExifValue>
Public Class ExifRational
Inherits ExifValue
Implements IComparable(Of ExifValue)
Name | Description |
---|---|
DataType | Gets the Exif data type of a value. |
Denominator | Gets a value of denominator for unsigned rational Exif value. |
Numerator | Gets a value of numerator for unsigned rational Exif value. |
RawValues | Gets the array of unsigned rational values in raw format as defined in Exif specification. |
Value | Gets the unsigned value of type Single. |
Values | Gets the array of unsigned rational values. |
Name | Description |
---|---|
Equals(ExifRational) | Determines if the specified ExifRational is equal to the current one. |
Equals(object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Returns a hash code for the current object. |
ToString() | Returns a string that represents the current object. |
Name | Description |
---|---|
operator ==(ExifRational, ExifRational) | Compares two ExifRational objects for equality. |
operator !=(ExifRational, ExifRational) | Compares two ExifRational objects for inequality. |