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

Limits the value.

Pascal
function EnsureRange(const Low: double; const X: double; const High: double): double; overload;

Low if X is smaller then Low and High if X is bigger then High.

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