[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Check whether a TUInt24Rec value is greater than or equal to a cardinal value
Source position: unicodedata.pas line 184
class operator TUInt24Rec.greaterthanorequal(TUInt24Rec,Cardinal):Boolean( |
a: TUInt24Rec; |
b: Cardinal |
):Boolean; |
a |
|
TUInt24Rec to compare |
b |
|
Cardinal value to compare |
True if a is greater than or equal to b
The comparison is done by comparing 3 first bytes of the cardinal value with bytes byte0, byte1 and byte2.