Math<T>.GreatestCommonDivisor Method

Returns the greatest common divisor of two numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T GreatestCommonDivisor(
	T value1,
	T value2
)

Parameters

value1  T
 
value2  T
 

Return Value

T

See Also