ProtoFlux:Least Common Multiple

From Resonite Wiki
Revision as of 19:14, 27 May 2024 by Decoy (talk | contribs) (Added flux node and rudimentary explanations.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
LeastCommonMultiple
A
*
B
Math

The Least Common Multiple node finds the smallest number between input A and B which can be multiplied by without a decimal.

The node can be int, long, uint or ulong type data.

Inputs

A (Pseudo-generic)

The first value to compare.

B (Pseudo-generic)

The second value to compare.

Outputs

* (Pseudo-generic)

Returns the result.