Skip to content

ClampInt

in Lib.numbers.int.process

Bounds the defined or incoming integer to the predefined upper and lower limit

Input Parameters

Name (Relevancy & Type) Description
Value (Int32) Integer input to be clamped
Min (Int32) Lower limit
Max (Int32) Upper limit

Outputs

Name Type
Result System.Int32