Initializes a new instance based on the specified parameters.

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

Syntax

C#
public FIURational(
	uint n,
	uint d
)
Visual Basic (Declaration)
Public Sub New ( _
	n As UInteger, _
	d As UInteger _
)
Visual C++
public:
FIURational(
	unsigned int n, 
	unsigned int d
)

Parameters

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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also