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