FreeImage.NET Class Library Reference
FIURational Constructor (UInt32, UInt32) |
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 FIURational( uint n, uint d )
Parameters
- n
- Type: SystemUInt32
The numerator. - d
- Type: SystemUInt32
The denominator.
See Also