Click or drag to resize
Accord.NET (logo)

RationalSimplify Method (Int32, Int32)

Gets the simplified version of the rational number.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static Rational Simplify(
	int numerator,
	int denominator
)
Request Example View Source

Parameters

numerator
Type: SystemInt32
denominator
Type: SystemInt32

Return Value

Type: Rational
See Also