[Overview][Types][Procedures and functions][Index] Reference for unit 'GraphMath' (#lazutils)

add(Extended,TFloatPoint):TFloatPoint

Implements the Add operator (+) for values using the Extended and TFloatPoint types.

Declaration

Source position: graphmath.pp line 109

operator operator +(

  Addend1: Extended;

  const Addend2: TFloatPoint

):TFloatPoint;

Description

The Extended value is added to both the X and Y members in the TFloatPoint type and used in the result for the operator.