void CondDisable() const;
Saves the current value of ConditionCheck property and sets it to false.
Remarks:
Saves the current value of Matrix::ConditionCheck property and sets it to false. You can restore back to the original setting by calling Matrix::CondEnable method.
See Also: Matrix::CondEnable, Matrix::ConditionCheck
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler