FreeImage.NET Class Library Reference
FIRational Conversion Operators |
Overload List
Name | Description | |
---|---|---|
(Byte to FIRational) |
Converts the value of a Byte structure to a FIRational structure.
|
|
(Char to FIRational) |
Converts the value of a Char structure to a FIRational structure.
|
|
(Int16 to FIRational) |
Converts the value of an Int16 structure to a FIRational structure.
|
|
(Int32 to FIRational) |
Converts the value of an Int32 structure to a FIRational structure.
|
|
(SByte to FIRational) |
Converts the value of a SByte structure to a FIRational structure.
|
|
(UInt16 to FIRational) |
Converts the value of an UInt16 structure to a FIRational structure.
|
|
(FIRational to Decimal) |
Converts the value of a FIRational structure to a Decimal structure.
|
|
(FIRational to Double) |
Converts the value of a FIRational structure to a Double structure.
|
|
(FIRational to Single) |
Converts the value of a FIRational structure to a Single structure.
|
See Also