System.Math.Vectors.TMatrix.EqualsTo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TMatrix


Beschreibung

Gibt True zurück, wenn alle Werte Ihrer Matrix unter Verwendung des angegebenen Epsilon-Fehlerschwellenwerts mit den Werten der angegebenen Matrix identisch sind; ansonsten wird False zurückgegeben.

Siehe auch