SparseVector<T>.IsElementWritable Method

Gets whether the value of the element at the specified index can be changed.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override bool IsElementWritable(
	int index
)

Parameters

index  Int32
Zero-based index of the component.

Return Value

Boolean
Always returns true.

See Also