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