FIRational Implicit Conversion Operators

FreeImage.NET

FIRational  Conversion Operators
Overload List
  Name Description
Public operator Static member (Byte to FIRational)
Converts the value of a Byte structure to a FIRational structure.
Public operator Static member (Char to FIRational)
Converts the value of a Char structure to a FIRational structure.
Public operator Static member (Int16 to FIRational)
Converts the value of an Int16 structure to a FIRational structure.
Public operator Static member (Int32 to FIRational)
Converts the value of an Int32 structure to a FIRational structure.
Public operator Static member (SByte to FIRational)
Converts the value of a SByte structure to a FIRational structure.
Public operator Static member (UInt16 to FIRational)
Converts the value of an UInt16 structure to a FIRational structure.
Public operator Static member (FIRational to Decimal)
Converts the value of a FIRational structure to a Decimal structure.
Public operator Static member (FIRational to Double)
Converts the value of a FIRational structure to a Double structure.
Public operator Static member (FIRational to Single)
Converts the value of a FIRational structure to a Single structure.
Top
See Also