Click or drag to resize

VectorMathRODoubleArrayWrapperStructAmendedUnshiftedItem Property

Gets the value at index i. For indices <0, the value amendedValueAtStart is returned. For indices >=Length, the value amendedValueAtEnd is returned.

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

Parameters

i  Int32
 

Property Value

Double
The element at index i.

Implements

IReadOnlyListTItemInt32
See Also