Click or drag to resize

AssayToolsFitCurve Method (AssayCurve, Double, Int32, Int32)

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 bool FitCurve(
	AssayCurve template,
	double[,] data,
	int col_concentration,
	int col_response
)

Parameters

template
Type: Scilligence.MolEngineAssayCurve
data
Type: SystemDouble
col_concentration
Type: SystemInt32
col_response
Type: SystemInt32

Return Value

Type: Boolean
See Also