FIRational Explicit Conversion (FIRational to UInt16)

FreeImage.NET

FIRational  Conversion (FIRational to UInt16)
Converts the value of a FIRational 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 (
	FIRational value
)

Parameters

value
Type: FreeImageAPIFIRational
A FIRational structure.

Return Value

Type: UInt16
A new instance of UInt16 initialized to value.
See Also