Converts the value of a Decimal structure to a FIURational structure.

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

Syntax

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

Parameters

value
Type: System..::.Decimal
A Decimal 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