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