System.Types.TSmallPoint.operator +

From RAD Studio API Documentation
Jump to: navigation, search

C++

TSmallPoint operator +(const TSmallPoint& sp) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TSmallPoint

Description

Calculates the sum between two TSmallPoint objects.

Call operator + to obtain the sum of two TSmallPoint objects.

See Also