BigIntegerStatic: GreatestCommonDivisor

GreatestCommonDivisor

Returns the greatest common divisor between the two BigInteger values.



 Public Function GreatestCommonDivisor(
	  ByVal Left As BigInteger,
	  ByVal Right As BigInteger ) As BigInteger

Parameters

Left
[ByVal] BigInteger. One of the values to find the GCD of.
Right
[ByVal] BigInteger. One of the values to find the GCD of.

Return Values

BigInteger -  Returns the GCD for two given values.

Remarks

Values of Nothing will be treated as zero.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview