Represents the null value of a HistogramBin.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Empty As HistogramBin |
| C# |
|---|
public static readonly HistogramBin Empty |
| C++ |
|---|
public: static initonly HistogramBin^ Empty |
Value
The null value of a HistogramBin.
Remarks
Some methods such as FindBin(Double)
return a HistogramBin structure. If no bin exists
for the specified value, Empty
is returned.