FreeImage.NET Class Library Reference
FIRational Constructor (Int32, Int32) |
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( int n, int d )
Parameters
- n
- Type: SystemInt32
The numerator. - d
- Type: SystemInt32
The denominator.
See Also