Method function SLSimpleDataBuffer.TSLRealMatrix.IsEqualMatrix(TSLRealMatrix) : Boolean
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLRealMatrix
Contents |
Syntax
Delphi:
function IsEqualMatrix( AOther : TSLRealMatrix ) : Boolean;
C++ Builder:
bool __fastcall IsEqualMatrix( TSLRealMatrix AOther );
Visual C++ (MFC):
bool IsEqualMatrix( CTSLRealMatrix AOther );
Summary
Returns True if the buffer array contains data equal to another buffer matrix.
Description
Call this method to check if the buffer array contains data equal to another buffer matrix.