FreeImage.NET Class Library Reference
FIRational Methods |
The FIRational type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
|
|
CompareTo(FIRational) |
Compares this instance with a specified FIRational object.
|
|
Equals(Object) |
Tests whether the specified object is a FIRational structure
and is equivalent to this FIRational structure.
(Overrides ValueTypeEquals(Object).) |
|
Equals(FIRational) |
Tests whether the specified FIRational structure is equivalent to this FIRational structure.
|
|
GetHashCode |
Returns a hash code for this FIRational structure.
(Overrides ValueTypeGetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString |
Converts the numeric value of the FIRational object
to its equivalent string representation.
(Overrides ValueTypeToString.) |
|
ToString(String, IFormatProvider) |
Formats the value of the current instance using the specified format.
|
|
Truncate |
Returns the truncated value of the fraction.
|
See Also