Click or drag to resize

AssayToolsFitCurve Method (MatrixString, Int32, Int32, 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)
Syntax
C#
public static Sketch FitCurve(
	Matrix<string> matrix,
	int col_concentration,
	int col_response,
	string fitmode,
	string title,
	double y0,
	double yinf,
	int calcicx,
	double x1,
	double x2,
	double y1,
	double y2
)

Parameters

matrix
Type: Scilligence.MolEngine.CompanionMatrixString
col_concentration
Type: SystemInt32
col_response
Type: SystemInt32
fitmode
Type: SystemString
title
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