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