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