Attempts to get the row at the specified row index.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool TryGetRow(
R key,
out DataFrameRow<R, C> row
)
Public Function TryGetRow (
key As R,
<OutAttribute> ByRef row As DataFrameRow(Of R, C)
) As Boolean
public:
bool TryGetRow(
R key,
[OutAttribute] DataFrameRow<R, C>^% row
)
member TryGetRow :
key : 'R *
row : DataFrameRow<'R, 'C> byref -> bool
Parameters
- key
- Type: R
The key of the row to be returned. - row
- Type: Extreme.CollectionsDataFrameRowR, C
On return, the row with key key,
or if the row key wasn't found.
Return Value
Type:
Boolean if the row was found; otherwise
.
Numerical Libraries
Supported in: 5.x
Reference