[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'math' (#rtl) |
Compare 2 values
Source position: line 0
function CompareValue( |
const A: Integer; |
const B: Integer |
):TValueRelationship; |
const A: Int64; |
const B: Int64 |
):TValueRelationship; |
const A: QWord; |
const B: QWord |
):TValueRelationship; |
const A: Extended; |
const B: Extended; |
delta: Extended = 0.0 |
CompareValue compares 2 integer or floating point values A and B and returns one of the following values:
|
Type to describe relational order between values |
No notes exist for this page yet.