Matrix<T>.ProtectInPlace Method

Protects the matrix from changes.

DefinitionPermalink

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<T> ProtectInPlace(
	ArrayMutability mutability = ArrayMutability.Immutable
)

ParametersPermalink

mutability  ArrayMutability  (Optional)
 

Return ValuePermalink

Matrix<T>
A reference to this instance.

RemarksPermalink

If the matrix is read-only, this method has no effect.

See AlsoPermalink