Gets the counts for each bin in the histogram.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public int[] Counts { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Counts As Integer() |
| Visual C++ |
|---|
public:
property array<int>^ Counts {
array<int>^ get ();
} |
See Also