Click or drag to resize

GlobalFixedFitParameterInfo(String, String, Double) Constructor

Constructs a shared GlobalFixedFitParameterInfo object with the given name, description and fixed value. The parameter will be fixed at this value for all datasets.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GlobalFixedFitParameterInfo(
	string paramName,
	string desc,
	double valueForAllDatasets
)

Parameters

paramName  String
The parameter name.
desc  String
The parameter description.
valueForAllDatasets  Double
The fixed parameter value for all datasets
See Also