Skip to content

Map Range Node

Math/Float

Rescales a value from one range into another

float_map_rangestd
Inputs6
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

6

Value

Float
value

Value to rescale

In Min

Float
in_min

In Min

Default 0

In Max

Float
in_max

In Max

Default 1

Out Min

Float
out_min

Out Min

Default 0

Out Max

Float
out_max

Out Max

Default 100

Clamp

Boolean
clamp

Keep the result inside the output range

Default true

Output Pins

1

Result

Float
result

The rescaled value

Node Info

Internal name
float_map_range
Category
Math/Float