Click or drag to resize

EuclidLeastCommonMultiple Method

Overload List
 NameDescription
Public methodStatic memberLeastCommonMultiple(BigInteger) Returns the least common multiple (lcm) of a set of big integers.
Public methodStatic memberLeastCommonMultiple(IListInt64) Returns the least common multiple (lcm) of a set of integers using Euclid's algorithm.
Public methodStatic memberLeastCommonMultiple(IListBigInteger) Returns the least common multiple (lcm) of a set of big integers.
Public methodStatic memberLeastCommonMultiple(Int64) Returns the least common multiple (lcm) of a set of integers using Euclid's algorithm.
Public methodStatic memberLeastCommonMultiple(BigInteger, BigInteger) Returns the least common multiple (lcm) of two big integers.
Public methodStatic memberLeastCommonMultiple(Int64, Int64) Returns the least common multiple (lcm) of two integers using Euclid's algorithm.
Top
See Also