DoubleColumnGetValueDirect Method |
Gets the raw value stored at the specified index.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected double GetValueDirect(
int idx
)
Parameters
- idx Int32
- The zero-based row index.
Return Value
DoubleThe stored value.
See Also