Click or drag to resize

DynamicParameterEstimationVariableXGetXCountFromTotalLength Method

[Missing <summary> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromTotalLength(System.Int32,System.Int32,System.Double)"]


Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int[] GetXCountFromTotalLength(
	int totallength,
	int start,
	double factor
)

Parameters

totallength  Int32

[Missing <param name="totallength"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromTotalLength(System.Int32,System.Int32,System.Double)"]

start  Int32

[Missing <param name="start"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromTotalLength(System.Int32,System.Int32,System.Double)"]

factor  Double

[Missing <param name="factor"/> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromTotalLength(System.Int32,System.Int32,System.Double)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.DynamicParameterEstimationVariableX.GetXCountFromTotalLength(System.Int32,System.Int32,System.Double)"]

See Also