Click or drag to resize

EmptyDoubleColumnItem Property

Simply returns the value i.

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

Parameters

i  Int32
The index i.

Return Value

Double
The index i.

Implements

INumericColumnItemInt32
INumericSequenceTItemInt32
See Also