[Overview][Types][Procedures and functions][Index] |
Implement greater than comparison between double and clongdouble.
Source position: ctypes.pp line 144
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 the double value.