Step (step(A, edge))
Type Sample
Category Sampling > Operations > Scalar

Step (step(A, edge))

Description

Returns 0 if a < edge, otherwise 1.

Operates over all cells of A, a being the cells' value.

Enums

Enum #1

There is currently no description for the enum #1.

  • Add
  • Subtract
  • Multiply
  • Divide
  • Power
  • Max
  • Min
  • Abs
  • Ceil
  • Floor
  • Round
  • Clamp
  • Remap
  • Sign
  • Smoothstep
  • Step
  • Wrap

Arguments

Type Name (Display Name) Description Default
Sample a (A) There is currently no description for the argument a.
float edge (edge) There is currently no description for the argument edge. 0.0

Outputs

Sample - result (step(A, edge))

There is currently no description for output result.