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