Nodes > Math > Common > 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
Name | Type | Description |
---|---|---|
A | float | Edge location of the step function |
B | float | Value to test against the edge |
Outputs
Name | Type | Description |
---|---|---|
step( A, B ) | float | B > A ? |
Was this page helpful?