Gets an object array of the row keys in this data frame.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public Object[] RowKeys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RowKeys As Object() |
| Visual C++ |
|---|
public:
property array<Object^>^ RowKeys {
array<Object^>^ get ();
} |
See Also