FreeImage.NET Class Library Reference
FIRational Operators and Type Conversions |
The FIRational 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 FIRational) |
Converts the value of a Boolean structure to a FIRational structure.
|
|
(Decimal to FIRational) |
Converts the value of a Decimal structure to a FIRational structure.
|
|
(Double to FIRational) |
Converts the value of a Double structure to a FIRational structure.
|
|
(Int64 to FIRational) |
Converts the value of an Int64 structure to a FIRational structure.
|
|
(Single to FIRational) |
Converts the value of a Single structure to a FIRational structure.
|
|
(UInt32 to FIRational) |
Converts the value of an UInt32 structure to a FIRational structure.
|
|
(UInt64 to FIRational) |
Converts the value of an UInt64 structure to a FIRational structure.
|
|
(FIRational to Boolean) |
Converts the value of a FIRational structure to a Boolean structure.
|
|
(FIRational to Byte) |
Converts the value of a FIRational structure to a Byte structure.
|
|
(FIRational to Char) |
Converts the value of a FIRational structure to a Char structure.
|
|
(FIRational to Int16) |
Converts the value of a FIRational structure to an Int16 structure.
|
|
(FIRational to Int32) |
Converts the value of a FIRational structure to an Int32 structure.
|
|
(FIRational to Int64) |
Converts the value of a FIRational structure to an Int64 structure.
|
|
(FIRational to SByte) |
Converts the value of a FIRational structure to a SByte structure.
|
|
(FIRational to UInt16) |
Converts the value of a FIRational structure to an UInt16 structure.
|
|
(FIRational to UInt32) |
Converts the value of a FIRational structure to an UInt32 structure.
|
|
(FIRational to UInt64) |
Converts the value of a FIRational structure to an UInt64 structure.
|
|
GreaterThan |
Standard implementation of the operator.
|
|
GreaterThanOrEqual |
Standard implementation of the operator.
|
|
(Byte to FIRational) |
Converts the value of a Byte structure to a FIRational structure.
|
|
(Char to FIRational) |
Converts the value of a Char structure to a FIRational structure.
|
|
(Int16 to FIRational) |
Converts the value of an Int16 structure to a FIRational structure.
|
|
(Int32 to FIRational) |
Converts the value of an Int32 structure to a FIRational structure.
|
|
(SByte to FIRational) |
Converts the value of a SByte structure to a FIRational structure.
|
|
(UInt16 to FIRational) |
Converts the value of an UInt16 structure to a FIRational structure.
|
|
(FIRational to Decimal) |
Converts the value of a FIRational structure to a Decimal structure.
|
|
(FIRational to Double) |
Converts the value of a FIRational structure to a Double structure.
|
|
(FIRational to Single) |
Converts the value of a FIRational 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.
|
|
UnaryNegation |
Standard implementation of the operator.
|
|
UnaryPlus |
Standard implementation of the operator.
|
See Also