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

subtract(TFloatPoint,TPoint):TFloatPoint

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

Declaration

Source position: graphmath.pp line 115

operator operator -(

  const Minuend: TFloatPoint;

  const Subtrahend: TPoint

):TFloatPoint;