EuclideanLeastCommonMultiple(Int64, Int64) Method
Gets the least common multiple of the given integers.
Namespace: Gemstone.Numeric.AnalysisAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.176 -- Release Build+ab97a97e2f54a2424097af25cbba282dd6a45f40
Public Shared Function LeastCommonMultiple (
a As Long,
b As Long
) As Long
Gemstone.Numeric.Analysis.Euclidean.LeastCommonMultiple = function(a, b);
- a Int64
- The first of the given integers.
- b Int64
- The second of the given integers.
Int64The least common multiple.