[Overview][Types][Procedures and functions][Index] Reference for unit 'ctypes' (#rtl)

operator >(Double, clongdouble): Boolean

Implement greater than comparison between clongdouble and double.

Declaration

Source position: ctypes.pp line 158

operator operator >(Double, clongdouble): Boolean(

  const e: Double;

  const c: clongdouble

):Boolean;

Description

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 the clongdouble value.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.