Click or drag to resize
XMatrixValue Method
Values the specified row.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Value(
	int p_Row,
	int p_Column
)

Parameters

p_Row
Type: SystemInt32
The row index.
p_Column
Type: SystemInt32
The column index.

Return Value

Type: Double
Value of the cell.

Implements

IArray.Value(Int32, Int32)
See Also