HistogramBinCounts Property |
Gets or sets the number of counts in the bin.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int Counts { get; set; }
Public Property Counts As Integer
Get
Set
public:
property int Counts {
int get ();
void set (int value);
}
member Counts : int with get, set
Property Value
Type:
Int32See Also