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