Gets the width of the interval covered by the histogram bin.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Width As Double |
| C# |
|---|
public double Width { get; } |
| C++ |
|---|
public: double Width { double get (); } |
Value
The width of the interval covered by the histogram bin.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This instance is the Empty bin. |