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
)
Public Function Row (
p_Row As Integer
) As List(Of Double)
Parameters
- p_Row
- Type: SystemInt32
The row index.
Return Value
Type:
ListDoubleRow content as list(of Double).
Implements
IArray.Row(Int32)See Also