Click or drag to resize
XMatrixRow Method
Gets the Row with specified row index.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<double> Row(
	int p_Row
)

Parameters

p_Row
Type: SystemInt32
The row index.

Return Value

Type: ListDouble
Row content as list(of Double).

Implements

IArray.Row(Int32)
See Also