FIURational Implicit Conversion (FIURational to Decimal)

FreeImage.NET

FIURational  Conversion (FIURational to Decimal)
Converts the value of a FIURational structure to a Decimal structure.

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

Parameters

value
Type: FreeImageAPIFIURational
A FIURational structure.

Return Value

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