AssayToolsFitCurve Method (String, Int32, Int32, String, String, String, String, Double, Double, Int32, Double, Double, Double, Double) |
Namespace:
Scilligence.MolEngine.Companion
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic static Sketch FitCurve(
string[,] matrix,
int col_concentration,
int col_response,
string fitmode,
string title,
string xlabel,
string ylabel,
double y0,
double yinf,
int calcicx,
double x1,
double x2,
double y1,
double y2
)
Parameters
- matrix
- Type: SystemString
- col_concentration
- Type: SystemInt32
- col_response
- Type: SystemInt32
- fitmode
- Type: SystemString
- title
- Type: SystemString
- xlabel
- Type: SystemString
- ylabel
- Type: SystemString
- y0
- Type: SystemDouble
- yinf
- Type: SystemDouble
- calcicx
- Type: SystemInt32
- x1
- Type: SystemDouble
- x2
- Type: SystemDouble
- y1
- Type: SystemDouble
- y2
- Type: SystemDouble
Return Value
Type:
Sketch
See Also