INumericSequenceT Interface |
Interface to a sequence of elements with unknown length.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface INumericSequence<T>
Type Parameters
- T
- The type of the elements of this sequence.
The INumericSequenceT type exposes the following members.
Properties | Name | Description |
---|
| Item | Gets the element of the sequence at index i. |
TopSee Also