ComplexColumnVectorItem(Int32) Property

Gets or sets the specified vector component.

Definition

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public Complex this[
	int index
] { get; set; }

Parameters

index  Int32
The (zero-based) component index.

Property Value

Complex
The value of the specified vector component.

Implements

IReadOnlyListTItemInt32

See Also