ProtoFlux:GreatestCommonDivisor: Difference between revisions

From Resonite Wiki
m Add data types
m YoshBot moved page ProtoFlux:Greatest Common Divisor to ProtoFlux:GreatestCommonDivisor: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:22, 21 August 2025

GreatestCommonDivisor
A
*
B
Math

The Greatest Common Divisor node finds the biggest number between input A and B which can be divided 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.