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