Click or drag to resize

Fitparameter(String, Boolean, Double, Double, Double, Double) Constructor

Initializes a new instance of the Fitparameter class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Fitparameter(
	string name,
	bool fixed,
	double value,
	double parameterError,
	double lowerLimit,
	double upperLimit
)

Parameters

name  String
The name of the parameter
fixed  Boolean
The fixed state of the parameter
value  Double
The value of the parameter
parameterError  Double
The error of the parameter
lowerLimit  Double
The lower limit of the parameter
upperLimit  Double
The upper limit of the parameter
See Also