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