public struct HistogramBin
Public Structure HistogramBin
public value class HistogramBin
[<SealedAttribute>]
type HistogramBin =
struct
inherit ValueType
end
Counts | Gets or sets the number of counts in the bin. |
Range | Gets the range of values stored in the bin. |
Deincrement | De-increments (reduces by one) the bin count. |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Increment | Increments (increases by one) the bin count. |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |