AnyMatrixTIsReadOnly Property |
Gets a flag indicating whether the matrix is read-only.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
property bool IsReadOnly {
bool get ();
}
member IsReadOnly : bool with get
Property Value
Type:
BooleanRemarks Although you can't change the values in a read-only matrix, you can make a writable copy of it.
See Also