Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks

Although you can't change the values in a read-only matrix, you can make a writable copy of it.

See Also