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

multiply(TFloatPoint,TFloatPoint):TFloatPoint

Implements the Multiply operator (*) for values using the TFloatPoint type.

Declaration

Source position: graphmath.pp line 118

operator operator *(

  const Multiplicand: TFloatPoint;

  const Multiplier: TFloatPoint

):TFloatPoint;