Click or drag to resize

IExtensibleComplexFloatVector Interface

Special vector to which another vector can be appended to.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IExtensibleComplexFloatVector : IComplexFloatVector, 
	IROComplexFloatVector, IComplexFloatSequence

The IExtensibleComplexFloatVector type exposes the following members.

Properties
 NameDescription
Public propertyItemRead/write Accessor for the element at index i.
(Inherited from IComplexFloatVector)
Public propertyLengthThe number of elements of this vector.
(Inherited from IROComplexFloatVector)
Top
Methods
 NameDescription
Public methodAppend Append vector a to the end of this vector.
Top
See Also