Converts the value of a FIRational structure to a Decimal structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static implicit operator decimal ( FIRational value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As FIRational _ ) As Decimal |
| Visual C++ |
|---|
static implicit operator Decimal ( FIRational value ) |
Parameters
- value
- Type: FreeImageAPI..::.FIRational
A FIRational structure.