Composed Complex Vector<T>.Is Element Writable 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.2
C#
Always returns true.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override bool IsElementWritable(
int index
)
Parameters
- index Int32
- Zero-based index of the component.
Return Value
BooleanAlways returns true.