FreeImage.NET Class Library Reference
FIRational Conversion (Double to FIRational) |
Converts the value of a Double structure to a FIRational structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static explicit operator FIRational ( double value )
Parameters
- value
- Type: SystemDouble
A Double structure.
Return Value
Type: FIRationalA new instance of FIRational initialized to value.
See Also