[]
Represents an Exif field with rational (positive or negative) values.
public class ExifSRational : ExifValue, IComparable<ExifValue>
Public Class ExifSRational
Inherits ExifValue
Implements IComparable(Of ExifValue)
Name | Description |
---|---|
DataType | Gets the Exif data type of a value. |
Denominator | Gets a value of denominator for rational (signed) Exif value. |
Numerator | Gets a value of numerator for rational (signed) Exif value. |
RawValues | Gets the array of rational (signed) values in raw format as defined in Exif specification. |
Value | Gets the value of type Single (negative values allowed). |
Values | Gets the array of rational (signed) values. |
Name | Description |
---|---|
Equals(ExifSRational) | Determines if the specified ExifSRational 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 ==(ExifSRational, ExifSRational) | Compares two ExifSRational objects for equality. |
operator !=(ExifSRational, ExifSRational) | Compares two ExifSRational objects for inequality. |