Vector<T>.Protect In Place Method
Protects the vector from changes in values or structure.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A reference to this instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<T> ProtectInPlace(
ArrayMutability mutability = ArrayMutability.Immutable
)
Parameters
- mutability ArrayMutability (Optional)
Return Value
Vector<T>A reference to this instance.
Remarks
If the vector is read-only, this method has no effect.