[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'math' (#rtl) |
Check whether value is in range.
Source position: line 0
function InRange( |
const AValue: Integer; |
const AMin: Integer; |
const AMax: Integer |
):Boolean; |
const AValue: Int64; |
const AMin: Int64; |
const AMax: Int64 |
):Boolean; |
InRange returns True if AValue is in the range AMin..AMax. It returns False if Value lies outside the specified range.
|
Change value to it falls in specified range. |
No notes exist for this page yet.