Click or drag to resize
Accord.NET (logo)

RationalSimplify Method (Int64, Int64)

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(
	long numerator,
	long denominator
)
Request Example View Source

Parameters

numerator
Type: SystemInt64
denominator
Type: SystemInt64

Return Value

Type: Rational
See Also