FIRational Implicit Conversion (UInt16 to FIRational)

FreeImage.NET

FIRational  Conversion (UInt16 to FIRational)
Converts the value of an UInt16 structure to a FIRational structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator FIRational (
	ushort value
)

Parameters

value
Type: SystemUInt16
An UInt16 structure.

Return Value

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