Click or drag to resize

HistogramBin Structure

Represents one bin in a histogram.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public struct HistogramBin

The HistogramBin type exposes the following members.

Properties
  NameDescription
Public propertyCounts
Gets or sets the number of counts in the bin.
Public propertyRange
Gets the range of values stored in the bin.
Top
Methods
  NameDescription
Public methodDeincrement
De-increments (reduces by one) the bin count.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement
Increments (increases by one) the bin count.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also