FreeImage.NET Class Library Reference
FIURational Operators and Type Conversions |
The FIURational type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition |
Standard implementation of the operator.
|
|
Decrement |
Standard implementation of the operator.
|
|
Division |
Standard implementation of the operator.
|
|
Equality |
Standard implementation of the operator.
|
|
(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.
|
|
GreaterThan |
Standard implementation of the operator.
|
|
GreaterThanOrEqual |
Standard implementation of the operator.
|
|
(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.
|
|
Increment |
Standard implementation of the operator.
|
|
Inequality |
Standard implementation of the operator.
|
|
LessThan |
Standard implementation of the operator.
|
|
LessThanOrEqual |
Standard implementation of the operator.
|
|
Modulus |
Standard implementation of the operator.
|
|
Multiply |
Standard implementation of the operator.
|
|
OnesComplement |
Returns the reciprocal value of this instance.
|
|
Subtraction |
Standard implementation of the operator.
|
|
UnaryPlus |
Standard implementation of the operator.
|
See Also