Click or drag to resize

AssayCurveSetData Method

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public void SetData(
	double[] concentrations,
	double[] responses,
	double[] standarderrors,
	bool[] masks,
	double[] rawconcentrations,
	double[] rawresponses,
	bool[] rawmasks
)

Parameters

concentrations
Type: SystemDouble
responses
Type: SystemDouble
standarderrors
Type: SystemDouble
masks
Type: SystemBoolean
rawconcentrations
Type: SystemDouble
rawresponses
Type: SystemDouble
rawmasks
Type: SystemBoolean
See Also