FIURational Implicit Conversion (UInt16 to FIURational)

FreeImage.NET

FIURational  Conversion (UInt16 to FIURational)
Converts the value of an UInt16 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 (
	ushort value
)

Parameters

value
Type: SystemUInt16
An UInt16 structure.

Return Value

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