Gets the number of bins in the histogram.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Count As Integer |
| C# |
|---|
public int Count { get; } |
| C++ |
|---|
public:
int Count {
int get ();
} |
Value
The number of bins in the histogram.