Click or drag to resize

IComplexDoubleVectorItem Property

Read/write Accessor for the element at index i.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Complex this[
	int i
] { get; set; }

Parameters

i  Int32
 

Property Value

Complex
The element at index i.

Implements

IComplexDoubleSequenceItemInt32
See Also