ProtoFlux:RoundToInt: Difference between revisions

From Resonite Wiki
Created a page for the Round to Int node.
 
m YoshBot moved page ProtoFlux:Round To Int to ProtoFlux:RoundToInt: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:33, 21 August 2025

Round To Int
N
*
Math

The Round To Int node takes in a value and rounds it with the "Round-Half-Up " rule.

Inputs

N (Pseudo-Generic)

The number we want to check.

Outputs

* (int)

Returns the rounded out number.

See Also