FreeImage.NET Class Library Reference
FIURational Conversion (Int16 to FIURational) |
Converts the value of an Int16 structure to a FIURational structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator FIURational ( short value )
Parameters
- value
- Type: SystemInt16
An Int16 structure.
Return Value
Type: FIURationalA new instance of FIURational initialized to value.
See Also