FIURational Implicit Conversion Operators

FreeImage.NET

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