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