TStringListValue::DefineIntMatrix Method

Overload List

#SignatureDescription
1void DefineIntMatrix();Define value as integer matrix.
2void DefineIntMatrix(TMtxInt *mtx, bool aIsOwned = false);Define value as integer matrix.

Overload 1: void DefineIntMatrix();

Define value as integer matrix.

Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler

Overload 2: void DefineIntMatrix(TMtxInt *mtx, bool aIsOwned = false);

Define value as integer matrix.

#NameTypeDescription
1mtxTMtxInt *
2aIsOwned = falsebool
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler