| [Overview][Types][Procedures and functions][Index] |
Implements the Add operator (+) for values using the TFloatPoint and Extended types.
Source position: graphmath.pp line 108
operator operator +( |
const Addend1: TFloatPoint; |
Addend2: Extended |
):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.