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

divide(TFloatPoint,TFloatPoint):TFloatPoint

Implements the Divide operator (/) for values using the TFloatPoint type.

Declaration

Source position: graphmath.pp line 124

operator operator /(

  const Dividend: TFloatPoint;

  const Divisor: TFloatPoint

):TFloatPoint;