Click or drag to resize

greatestCommonDivisor.GreatestCommonDivisor Method (IList<BigInteger>)

Get the greatest common divisor of an array on BigIntegers.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static BigInteger GreatestCommonDivisor(
	IList<BigInteger> val
)

Parameters

val
Type: System.Collections.Generic.IList<BigInteger>
An IList< T> of numbers.

Return Value

Type: BigInteger
The greatest common divisor of val.
See Also