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