Click or drag to resize

DoubleColumnGetValueDirect Method

Gets the raw value stored at the specified index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected double GetValueDirect(
	int idx
)

Parameters

idx  Int32
The zero-based row index.

Return Value

Double
The stored value.
See Also