Documentation

Lowest Common Multiple - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Math :: Lowest Common Multiple

Root.Math.LCM(
  Value 1 Double,
  Value 2 Double,
  Epsilon Double
) Double
Returns the least common multiple of the two values

Parameters

Value 1 Double
The first value
Value 2 Double
The second value
Epsilon Double
Threshold for floating-point comparison

Return Value

Double

If you think anything is missing, please feel free to: submit documentation feedback on this page