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