System.Math.Vectors.TMatrix.EqualsTo
Delphi
function EqualsTo(const AMatrix: TMatrix; const Epsilon: Single = TEpsilon.Matrix): Boolean;
C++
bool __fastcall EqualsTo(const TMatrix &AMatrix, const float Epsilon = 1.000000E-05f);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | TMatrix |
説明
指定されたイプシロン(誤差のしきい値)を考慮して、行列のすべての値が指定の行列の値と同じ場合は True を返し、そうでない場合は False を返します。