System.Math.Vectors.TMatrix.EqualsTo

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

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 を返します。

関連項目