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