Click or drag to resize

DynamicParameterEstimationVariableXGetUniformCountArray Method

Creates an array of length numPara where each element is initialized to count.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static int[] GetUniformCountArray(
	int numPara,
	int count
)

Parameters

numPara  Int32
The number of parameters (array length).
count  Int32
The value assigned to each element.

Return Value

Int32
An array with uniform element values.
See Also