Wrap (wrap(A, min, max))
Type int
Category Scalar > Operations

Wrap (wrap(A, min, max))

Description

Wraps a between min and max.

Enums

Enum #1

There is currently no description for the enum #1.

  • Add
  • Subtract
  • Multiply
  • Divide
  • Power
  • Max
  • Min
  • Abs
  • Clamp
  • Sign
  • Step
  • Wrap

Arguments

Type Name (Display Name) Description Default
int a (a) There is currently no description for the argument a. 0
int min (min) There is currently no description for the argument min. 0
int max (max) There is currently no description for the argument max. 0

Outputs

int - result (wrap(A, min, max))

There is currently no description for output result.