AssayCurve Constructor (Double, Double, Double, Boolean, 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)
Syntaxpublic AssayCurve(
double[] concentrations,
double[] responses,
double[] standarderrors,
bool[] masks,
double[] rawconcentrations,
double[] rawresponses,
bool[] rawmasks,
string fitmode,
string title,
string xlabel,
string ylabel
)
Parameters
- concentrations
- Type: SystemDouble
- responses
- Type: SystemDouble
- standarderrors
- Type: SystemDouble
- masks
- Type: SystemBoolean
- rawconcentrations
- Type: SystemDouble
- rawresponses
- Type: SystemDouble
- rawmasks
- Type: SystemBoolean
- fitmode
- Type: SystemString
- title
- Type: SystemString
- xlabel
- Type: SystemString
- ylabel
- Type: SystemString
See Also