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