FIURational Explicit Conversion Operators

FreeImage.NET

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