FIRational Explicit Conversion Operators

FreeImage.NET

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