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