Click or drag to resize

AssayToolsFitCurve Method (String, Int32, Int32, String, String, String, String)

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(
	string[,] matrix,
	int col_concentration,
	int col_response,
	string fitmode,
	string title,
	string xlabel,
	string ylabel
)

Parameters

matrix
Type: SystemString
col_concentration
Type: SystemInt32
col_response
Type: SystemInt32
fitmode
Type: SystemString
title
Type: SystemString
xlabel
Type: SystemString
ylabel
Type: SystemString

Return Value

Type: Sketch
See Also