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

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

Syntax

C#
public static explicit operator short (
	FIURational value
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	value As FIURational _
) As Short
Visual C++
static explicit operator short (
	FIURational value
)

Parameters

value
Type: FreeImageAPI..::.FIURational
A FIURational structure.

Return Value

A new instance of Int16 initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also