FIURational Operators and Type Conversions

FreeImage.NET

FIURational Operators and Type Conversions

The FIURational type exposes the following members.

Operators
  Name Description
Public operator Static member Addition
Standard implementation of the operator.
Public operator Static member Decrement
Standard implementation of the operator.
Public operator Static member Division
Standard implementation of the operator.
Public operator Static member Equality
Standard implementation of the operator.
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.
Public operator Static member GreaterThan
Standard implementation of the operator.
Public operator Static member GreaterThanOrEqual
Standard implementation of the operator.
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.
Public operator Static member Increment
Standard implementation of the operator.
Public operator Static member Inequality
Standard implementation of the operator.
Public operator Static member LessThan
Standard implementation of the operator.
Public operator Static member LessThanOrEqual
Standard implementation of the operator.
Public operator Static member Modulus
Standard implementation of the operator.
Public operator Static member Multiply
Standard implementation of the operator.
Public operator Static member OnesComplement
Returns the reciprocal value of this instance.
Public operator Static member Subtraction
Standard implementation of the operator.
Public operator Static member UnaryPlus
Standard implementation of the operator.
Top
See Also