Click or drag to resize

PlateMatrix Constructor (MatrixString, MatrixDouble, MatrixDouble, DictionaryString, MatrixString)

Initializes a new instance of the PlateMatrix class

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 PlateMatrix(
	Matrix<string> compounds,
	Matrix<double> concentrations,
	Matrix<double> responses,
	Dictionary<string, Matrix<string>> otherdata
)

Parameters

compounds
Type: Scilligence.MolEngine.CompanionMatrixString
concentrations
Type: Scilligence.MolEngine.CompanionMatrixDouble
responses
Type: Scilligence.MolEngine.CompanionMatrixDouble
otherdata
Type: System.Collections.GenericDictionaryString, MatrixString
See Also