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