| [Overview][Types][Procedures and functions][Index] |
Implements the Multiply operator (*) for values using the Extended and TFloatPoint types.
Source position: graphmath.pp line 120
operator operator *( |
Multiplicand: Extended; |
const Multiplier: TFloatPoint |
):TFloatPoint; |
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.