FreeImage.NET Class Library Reference
FIURational Conversion (FIURational to UInt16) |
Converts the value of a FIURational structure to an UInt16 structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static explicit operator ushort ( FIURational value )
Parameters
- value
- Type: FreeImageAPIFIURational
A FIURational structure.
Return Value
Type: UInt16A new instance of UInt16 initialized to value.
See Also