Click or drag to resize

LinearlySpacedIntervalByEndCountStepItem Property

Gets the element at the specified index.

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

Parameters

index  Int32
 

Return Value

Double
Element at the specified index.

Implements

IReadOnlyListTItemInt32
See Also