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