System.Types.TSmallPoint.operator +

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
function public SystemTypes.h System.Types TSmallPoint

説明

2 つの TSmallPoint オブジェクトの合計を計算します。

+ 演算子 を呼び出すと、2 つの TSmallPoint オブジェクトの合計を取得することができます。

関連項目