Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.LinearAlgebra
Vector<T> Class
Vector<T> Properties
Count Property
Item Property
Storage Property
Vector
T
Item Property
Gets or sets the value at the given
index
.
Namespace:
Altaxo.Calc.LinearAlgebra
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
T
this
[
int
index
] {
get
;
set
; }
Parameters
index
Int32
The index of the value to get or set.
Return Value
T
The value of the vector at the given
index
.
Implements
IList
T
Item
Int32
IReadOnlyList
T
Item
Int32
IVector
T
Item
Int32
Exceptions
Exception
Condition
ArgumentOutOfRangeException
If
index
is negative or greater than the size of the vector.
See Also
Reference
Vector
T
Class
Altaxo.Calc.LinearAlgebra Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net