Converts the value of an Int32 structure to a FIURational structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static implicit operator FIURational ( int value ) |
Visual Basic (Declaration) |
---|
Public Shared Widening Operator CType ( _ value As Integer _ ) As FIURational |
Visual C++ |
---|
static implicit operator FIURational ( int value ) |
Parameters
- value
- Type: System..::.Int32
An Int32 structure.