Click or drag to resize

Rational Constructor

Creates a new instance of Rational.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Rational(
	int numerator,
	int denominator
)

Parameters

numerator
Type: SystemInt32
The fraction numerator
denominator
Type: SystemInt32
The fraction denominator
See Also