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

multiply(Extended,TFloatPoint):TFloatPoint

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

Declaration

Source position: graphmath.pp line 120

operator operator *(

  Multiplicand: Extended;

  const Multiplier: TFloatPoint

):TFloatPoint;

Description

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