ProtoFlux:Value Square

From Resonite Wiki
Revision as of 16:39, 27 June 2024 by AmasterAmaster (talk | contribs) (Added a suggestion note.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
n2
N
*
Operators

The Value Square node takes in a value and squares it, basically multiplying itself by 2 and returning that value.

This is similar to using the Pow node, and using the value that you want to square and setting the power to 2.
If you want to cube a value, use the Value Cube node instead.

Inputs

N (Pseudo-Generic)

The number we want to square.

Outputs

* (Pseudo-Generic)

Returns the squared value.

See Also

  • Wikipedia's definition of square.