HistogramBinsCollection Class |
Represents a collection of histogram bins.
Inheritance Hierarchy SystemObject Meta.Numerics.StatisticsHistogramBinsCollection
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public sealed class HistogramBinsCollection : IReadOnlyCollection<HistogramBin>,
IEnumerable<HistogramBin>, IEnumerable
Public NotInheritable Class HistogramBinsCollection
Implements IReadOnlyCollection(Of HistogramBin), IEnumerable(Of HistogramBin),
IEnumerable
public ref class HistogramBinsCollection sealed : IReadOnlyCollection<HistogramBin>,
IEnumerable<HistogramBin>, IEnumerable
[<SealedAttribute>]
type HistogramBinsCollection =
class
interface IReadOnlyCollection<HistogramBin>
interface IEnumerable<HistogramBin>
interface IEnumerable
end
The HistogramBinsCollection type exposes the following members.
Properties
| Name | Description |
---|
| Count |
Gets the number of histogram bins in the collection.
|
| Item |
Gets the given histogram bin.
|
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also