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

Reference for unit 'ctypes': Procedures and functions

operator *(clongdouble, Double): Double

  

Implement multiplication of clongdouble and double.

operator *(Double, clongdouble): Double

  

Implement multiplication of double and clongdouble.

operator +(clongdouble, Double): Double

  

operator +(Double, clongdouble): Double

  

Implement addition of clongdouble and double.

operator -(clongdouble, Double): Double

  

Implement subtraction of double and clongdouble.

operator -(Double, clongdouble): Double

  

Implement subtraction of clongdouble and double.

operator /(clongdouble, Double): Double

  

Implement division of double and clongdouble.

operator /(Double, clongdouble): Double

  

Implement division of clongdouble and double.

operator :=(clongdouble): double

  

Implement assignment of a clongdouble to a double type.

operator :=(double): clongdouble

  

Implement assignment of a double to a clongdouble type.

operator <(clongdouble, Double): Boolean

  

Implement less than comparison between double and clongdouble.

operator <(Double, clongdouble): Boolean

  

Implement less than comparison between clongdouble and double.

operator <=(clongdouble, Double): Boolean

  

Implement greater than or equal comparison between double and clongdouble.

operator <=(Double, clongdouble): Boolean

  

Implement less than or equal comparison between clongdouble and double.

operator =(clongdouble, Double): Boolean

  

Implement equality of clongdouble and double.

operator =(Double, clongdouble): Boolean

  

Implement equality of double and clongdouble.

operator >(clongdouble, Double): Boolean

  

Implement greater than comparison between double and clongdouble.

operator >(Double, clongdouble): Boolean

  

Implement greater than comparison between clongdouble and double.

operator >=(clongdouble, Double): Boolean

  

Implement greater than or equal comparison between double and clongdouble.

operator >=(Double, clongdouble): Boolean

  

Implement greater than or equal comparison between clongdouble and double.

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