Click or drag to resize

VectorItem Property

Gets or sets vector element at specified index

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double this[
	int idx
] { get; set; }

Parameters

idx  Int32
Index of element

Return Value

Double
Value of vector element at specified index
Exceptions
ExceptionCondition
NullReferenceExceptionThrown when vector is not initialized
IndexOutOfRangeExceptionThrows when idx is out of range
See Also