 | DataFrameIndicesOfKey Method |
Returns the indices of all rows with a given row key.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int[] IndicesOfKey(
Object rowKey
)
Public Function IndicesOfKey (
rowKey As Object
) As Integer()
public:
array<int>^ IndicesOfKey(
Object^ rowKey
)
member IndicesOfKey :
rowKey : Object -> int[]
Parameters
- rowKey Object
- A row key.
Return Value
Int32An array of row indices.
See Also