Math<T>.GreatestCommonDivisor Method

Returns the greatest common divisor of two numbers.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T GreatestCommonDivisor(
	T value1,
	T value2
)

Parameters

value1  T
 
value2  T
 

Return Value

T

See Also