TMtxExpression::DefineBoolMatrix Method

Overload List

#SignatureDescription
1TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName, TMtxInt *mtx);
2TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName);Use internal matrix.

Overload 1: TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName, TMtxInt *mtx);

#NameTypeDescription
1AVarNameconst DewString &
2mtxTMtxInt *
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler

Overload 2: TBoolMatrixValue *DefineBoolMatrix(const DewString &AVarName);

Use internal matrix.

#NameTypeDescription
1AVarNameconst DewString &
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler