Click or drag to resize

MatrixItem(Int32) Property

Access the Column

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] this[
	int i
] { get; set; }

Parameters

i  Int32
Row index

Return Value

Double
A(i)
See Also