Click or drag to resize

IROComplexFloatVector 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 IROComplexFloatVector : IComplexFloatSequence

The IROComplexFloatVector type exposes the following members.

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