Click or drag to resize

ComplexColumnVectorItem Property (Int32)

Gets or sets the specified vector component.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Complex this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The (zero-based) component index.

Property Value

Type: Complex
The value of the specified vector component.

Implements

IReadOnlyListTItemInt32
See Also