Click or drag to resize

IROComplexDoubleVector Interface

Interface for a read-only 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 IROComplexDoubleVector : IComplexDoubleSequence

The IROComplexDoubleVector type exposes the following members.

Properties
 NameDescription
Public propertyItemGets the element of the sequence at index i.
(Inherited from IComplexDoubleSequence)
Public propertyLengthThe number of elements of this vector.
Top
See Also