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