Click or drag to resize

DoubleColumnItem Property

[Missing <summary> documentation for "P:Altaxo.Data.DoubleColumn.Item(System.Int32)"]


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; set; }

Parameters

i  Int32
 

Property Value

Double

Implements

INumericColumnItemInt32
INumericSequenceTItemInt32
IReadOnlyListTItemInt32
See Also