FIRational Explicit Conversion (Decimal to FIRational)

FreeImage.NET

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

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

Parameters

value
Type: SystemDecimal
A Decimal structure.

Return Value

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