Click or drag to resize

FitElementGetMaximumRowIndexExclusiveFromDataColumns Method

Gets the maximum row index that can be deduced from the data columns. The calculation does not include the DataRowSelection.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetMaximumRowIndexExclusiveFromDataColumns()

Return Value

Int32
The maximum row index that can be deduced from the data columns.
See Also