Converts the value of an UInt16 structure to a FIURational structure.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static implicit operator FIURational (
	ushort value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As UShort _
) As FIURational
Visual C++
static implicit operator FIURational (
	unsigned short value
)

Parameters

value
Type: System..::.UInt16
An UInt16 structure.

Return Value

A new instance of FIURational initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also