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