Click or drag to resize

IComplexDoubleVector Interface

Interface for a readable and writeable vector of Complex values.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IComplexDoubleVector : IROComplexDoubleVector, 
	IComplexDoubleSequence

The IComplexDoubleVector type exposes the following members.

Properties
 NameDescription
Public propertyItemRead/write Accessor for the element at index i.
Public propertyLengthThe number of elements of this vector.
(Inherited from IROComplexDoubleVector)
Top
See Also