Limit

Top  Previous  Next

CIRCON~1_img264

Limits the range of a numeric input value.

The numeric output follows the input, except that all output values will be in the range between the HighLimit, and the LowLimit.

 

Inputs



 

 

Slots

Type

Default

Description

 

In

Numeric

Null

The input value.

 

HighLimit

Numeric

100.0

The high limit. A Null value is ignored. (Specifically, the output would not be limited by the HighLimit.)

 

LowLimit

Numeric

0.0

The low limit. A Null value is ignored. (Specifically, the output would not be limited by the LowLimit.)

 

Outputs


 

Slots

Type

Description

 

Out

Numeric

The output value which will be within the range created by the limits. If the input is Null, the output value is also Null.