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