Skip to main content
Version: 5.x

Nodes > Math > Common > Step

Step

Returns 1 if B is greater than A, and 0 otherwise. Useful for generating a step function. This is calculated separately for each channel.

Inputs

NameTypeDescription
AfloatEdge location of the step function
BfloatValue to test against the edge

Outputs

NameTypeDescription
step( A, B )floatB > A ?
Was this page helpful?
Yes
No