Click or drag to resize

INumericColumnItem Property

Returns the value of a column element at index i as numeric value (double).

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

Parameters

i  Int32
The index to the column element.

Return Value

Double
The value of the column element as double value.

Implements

INumericSequenceTItemInt32
See Also