System.Math.Vectors.TPoint3D.operator Inequality

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

Delphi

class operator NotEqual(const APoint1, APoint2: TPoint3D): Boolean; inline;

プロパティ

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

説明

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

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

関連項目