Remap (remap(A, ...))
Type float
Category Scalar > Operations

Remap (remap(A, ...))

Description

Maps a from range [istart, istop] to [ostart, ostop].

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
float a (a) There is currently no description for the argument a. 0.0
float in_start (in_start) There is currently no description for the argument in_start. 0.0
float in_stop (in_stop) There is currently no description for the argument in_stop. 0.0
float out_start (out_start) There is currently no description for the argument out_start. 0.0
float out_stop (out_stop) There is currently no description for the argument out_stop. 0.0

Outputs

float - result (remap(A, ...))

There is currently no description for output result.