Click or drag to resize

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

The IComplexFloatVector 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 IROComplexFloatVector)
Top
See Also