Click or drag to resize

AssayCurve Constructor (Double, Double, Double, Boolean, String, String, String, String)

Initializes a new instance of the AssayCurve class

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public AssayCurve(
	double[] concentrations,
	double[] responses,
	double[] standarderrors,
	bool[] masks,
	string fitmode,
	string title,
	string xlabel,
	string ylabel
)

Parameters

concentrations
Type: SystemDouble
responses
Type: SystemDouble
standarderrors
Type: SystemDouble
masks
Type: SystemBoolean
fitmode
Type: SystemString
title
Type: SystemString
xlabel
Type: SystemString
ylabel
Type: SystemString
See Also