[Overview][Types][Procedures and functions][Index] |
Implement greater than or equal comparison between clongdouble and double.
Source position: ctypes.pp line 160
operator operator >=(Double, clongdouble): Boolean( |
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.
lazarus-ccr.sourceforge.net |