Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Returns a value that indicates whether the value of the component at the specified row and column can be changed.
true if you can change the value of this component; otherwise false.
If you attempt to set a component that is read-only, an exception of type ComponentReadOnlyException is thrown. To avoid thiss, you can call this method before you attempt to set the component to verify that it can be changed.
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace | ComponentReadOnlyException | Item