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