FreeImage.NET Class Library Reference
FIURational Methods |
The FIURational type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
|
|
CompareTo(FIURational) |
Compares this instance with a specified FIURational object.
|
|
Equals(Object) |
Tests whether the specified object is a FIURational structure
and is equivalent to this FIURational structure.
(Overrides ValueTypeEquals(Object).) |
|
Equals(FIURational) |
Tests whether the specified FIURational structure is equivalent to this FIURational structure.
|
|
GetHashCode |
Returns a hash code for this FIURational structure.
(Overrides ValueTypeGetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString |
Converts the numeric value of the FIURational 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