public clampValue(value as Int) as Int:
Clamps a value into the configured range.
print(spin.clampValue(300))