System.Math.Vectors.TPoint3D._op_Inequality
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 つの点が等しくないかどうかを、それぞれの X、Y、Z の値を比べることによって、テストします。 これは、それぞれの座標の少なくとも 1 つが等しくなかった場合に、Boolean 値 True を返します。 そうでなければ、False を返します。