Click or drag to resize

IndexerColumnItem Property

Gets the numeric value represented by the specified index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double this[
	int i
] { get; }

Parameters

i  Int32
The zero-based index.

Return Value

Double
The specified index value as a Double.

Implements

INumericColumnItemInt32
INumericSequenceTItemInt32
See Also