Gets the underlying array of integer indices.
Namespace:
CenterSpace.NMath.Stats
Assembly:
NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public int[] Indices { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Indices As Integer() |
| Visual C++ |
|---|
public:
property array<int>^ Indices {
array<int>^ get ();
} |
See Also