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

multiply(TPoint,TFloatPoint):TFloatPoint

Implements the Multiply operator (*) for values using the TPoint and TFloatPoint types.

Declaration

Source position: graphmath.pp line 122

operator operator *(

  const Multiplicand: TPoint;

  const Multiplier: TFloatPoint

):TFloatPoint;