MatrixInt::DisableSelect Method

void DisableSelect() const;

Prevents calls to MatrixInt::Select.

Remarks:

Prevents calls to MatrixInt::Select method. This can be usefull guard when an object is already working on a subrange and the user would like to further subrange an already subranged object.

See Also: MatrixInt::DisableSubrange, MatrixInt::EnableSubrange
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler