FIURational Explicit Conversion (Decimal to FIURational)

FreeImage.NET

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

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

Parameters

value
Type: SystemDecimal
A Decimal structure.

Return Value

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