SparseVector<T>.IsElementWritable Method

Gets a value indicating whether the value of the component at the specified index can be changed.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override bool IsElementWritable(
	int index
)

Parameters

index  Int32
Zero-based index of the component.

Return Value

Boolean
Always returns true.

See Also