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