FIURational Methods

FreeImage.NET

FIURational Methods

The FIURational type exposes the following members.

Methods
  Name Description
Public method CompareTo(Object)
Compares this instance with a specified Object.
Public method CompareTo(FIURational)
Compares this instance with a specified FIURational object.
Public method Equals(Object)
Tests whether the specified object is a FIURational structure and is equivalent to this FIURational structure.
(Overrides ValueTypeEquals(Object).)
Public method Equals(FIURational)
Tests whether the specified FIURational structure is equivalent to this FIURational structure.
Public method GetHashCode
Returns a hash code for this FIURational 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 FIURational 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