Skip to content

Round To Multiple Node

Math/Float

Snaps a value to the nearest multiple, for example the nearest 0.05 or 25

float_round_to_multiplestd
Inputs3
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

3

Value

Float
value

Value to snap

Multiple

Float
multiple

Step size to snap to

Default 1

Mode

String
mode

Which direction to snap in

Default Nearest
NearestUpDown

Output Pins

1

Result

Float
result

The snapped value

Node Info

Internal name
float_round_to_multiple
Category
Math/Float