FIRational Methods

FreeImage.NET

FIRational Methods

The FIRational type exposes the following members.

Methods
  Name Description
Public method CompareTo(Object)
Compares this instance with a specified Object.
Public method CompareTo(FIRational)
Compares this instance with a specified FIRational object.
Public method Equals(Object)
Tests whether the specified object is a FIRational structure and is equivalent to this FIRational structure.
(Overrides ValueTypeEquals(Object).)
Public method Equals(FIRational)
Tests whether the specified FIRational structure is equivalent to this FIRational structure.
Public method GetHashCode
Returns a hash code for this FIRational structure.
(Overrides ValueTypeGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Converts the numeric value of the FIRational object to its equivalent string representation.
(Overrides ValueTypeToString.)
Public method ToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.
Public method Truncate
Returns the truncated value of the fraction.
Top
See Also