Matrix<T>.Protect Method

Returns a read-only copy of the matrix.

Definition

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

Parameters

mutability  ArrayMutability  (Optional)
The desired degree of mutability of the result.

Return Value

Matrix<T>
A reference to the new matrix.

See Also