FreeImage.NET Class Library Reference
![]() | FIURational Conversion (FIURational to Char) |
Converts the value of a FIURational structure to a Char structure.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public static explicit operator char ( FIURational value )
Parameters
- value
- Type: FreeImageAPIFIURational
A FIURational structure.
Return Value
Type: CharA new instance of Char initialized to value.
