Click or drag to resize

DoubleColumnItem Property

Gets or sets the Double value at the specified row 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; set; }

Parameters

i  Int32
The zero-based row index.

Property Value

Double

Implements

INumericColumnItemInt32
INumericSequenceTItemInt32
IReadOnlyListTItemInt32
See Also