Click or drag to resize

AdvancedIntegerMathLCM Method

Computes the least common multiple of two integers.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static long LCM(
	long u,
	long v
)

Parameters

u
Type: SystemInt64
The first integer.
v
Type: SystemInt64
The second integer.

Return Value

Type: Int64
The least common multiple of u and v.
See Also