Click or drag to resize

Fitparameter(String, Boolean, Double, Double, Limits, Boolean) 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,
	Limits limits,
	bool isGlobal
)

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
limits  Limits
The lower limit of the parameter
isGlobal  Boolean
A value indicating whether the parameter is marked as global parameter.
See Also