FreeImage.NET Class Library Reference
![]() | 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)

C#
public FIRational( decimal value )
Parameters
- value
- Type: SystemDecimal
The value to convert into a fraction.

Exception | Condition |
---|---|
OverflowException | value cannot be converted into a fraction represented by two integer values. |
