HistogramBin Structure

Represents one bin in a histogram.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public struct HistogramBin
Inheritance
Object    ValueType    HistogramBin

Properties

Counts Gets or sets the number of counts in the bin.
Range Gets the range of values stored in the bin.

Methods

Deincrement De-increments (reduces by one) the bin count.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Increment Increments (increases by one) the bin count.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also