You are here: Symbol Reference > Math387 Namespace > Functions > Math387.LimitRange Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.LimitRange Function

Limit the range X.

Pascal
procedure LimitRange(const Low: integer; var X: integer; const High: integer); overload;

Change X to stay within [Low,High] range. In this case the parameters are integers.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!