[Overview][Types][Procedures and functions][Index] |
Implement greater than or equal comparison between double and clongdouble.
Source position: ctypes.pp line 146
operator operator >=( |
const c: clongdouble; |
const e: Double |
):Boolean; |
This operator compares the values of a clongdouble typed value and a double typed value, and returns True if the clongdouble value is greater than or equal to the double value.