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

subtract(TFloatPoint,Extended):TFloatPoint

Implements the Subtract operator (-) for values using the TFloatPoint and Extended types.

Declaration

Source position: graphmath.pp line 113

operator operator -(

  const Minuend: TFloatPoint;

  Subtrahend: Extended

):TFloatPoint;

Description

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