FIRational Constructor (Decimal)

FreeImage.NET

FIRational Constructor (Decimal)
Initializes a new instance based on the specified parameters.

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

Parameters

value
Type: SystemDecimal
The value to convert into a fraction.
Exceptions
ExceptionCondition
OverflowExceptionvalue cannot be converted into a fraction represented by two integer values.
See Also