Initializes a new instance based on the specified parameters.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public FIRational(
	int n,
	int d
)
Visual Basic (Declaration)
Public Sub New ( _
	n As Integer, _
	d As Integer _
)
Visual C++
public:
FIRational(
	int n, 
	int d
)

Parameters

n
Type: System..::.Int32
The numerator.
d
Type: System..::.Int32
The denominator.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also