 | greatestCommonDivisorGreatestCommonDivisor Method (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)
Syntaxpublic static BigInteger GreatestCommonDivisor(
params BigInteger[] val
)
Parameters
- val
- Type: System.NumericsBigInteger
An Array of numbers.
Return Value
Type:
BigIntegerThe greatest common divisor of
val.
See Also