MathMethods.FractionReduction Method

Reducing a fraction.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static void FractionReduction(
	ref double num,
	ref double den
)

Parameters

num  Double
Numerator to work with.
den  Double
Denominator to work with.

See Also