| [Overview][Types][Procedures and functions][Index] |
Implements the Add operator (+) for values using the Extended and TFloatPoint types.
Source position: graphmath.pp line 109
operator operator +( |
Addend1: Extended; |
const Addend2: TFloatPoint |
):TFloatPoint; |
The Extended value is added to both the X and Y members in the TFloatPoint type and used in the result for the operator.