System.Math.Vectors.TPoint3D._op_Inequality

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

C++

static bool __fastcall _op_Inequality(const TPoint3D &APoint1, const TPoint3D &APoint2);

プロパティ

種類 可視性 ソース ユニット
function public System.Math.Vectors.hpp System.Math.Vectors TPoint3D

説明

2 つの TPoint3D オブジェクトが等しくないことをテストします。

operator Inequality は、2 つの点が等しくないかどうかを、それぞれの XYZ の値を比べることによって、テストします。 これは、それぞれの座標の少なくとも 1 つが等しくなかった場合に、Boolean 値 True を返します。 そうでなければ、False を返します。

関連項目