IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Meta.Numerics.Statistics.HistogramBin Struct Reference

One bin of a histogram. More...

+ Collaboration diagram for Meta.Numerics.Statistics.HistogramBin:

Public Member Functions

void Increment ()
 Increments (increases by one) the bin count. More...
 
void Deincrement ()
 De-increments (reduces by one) the bin count. More...
 

Properties

int Counts [get]
 Gets the number of counts in the bin. More...
 
Interval Range [get]
 Gets the range of values stored in the bin. More...
 

Private Attributes

Histogram histogram
 
int index
 

Detailed Description

One bin of a histogram.

Member Function Documentation

void Meta.Numerics.Statistics.HistogramBin.Increment ( )
inline

Increments (increases by one) the bin count.

void Meta.Numerics.Statistics.HistogramBin.Deincrement ( )
inline

De-increments (reduces by one) the bin count.

Exceptions
InvalidOperationExceptionThe bin count was already zero.

Member Data Documentation

Histogram Meta.Numerics.Statistics.HistogramBin.histogram
private
int Meta.Numerics.Statistics.HistogramBin.index
private

Property Documentation

int Meta.Numerics.Statistics.HistogramBin.Counts
get

Gets the number of counts in the bin.

Interval Meta.Numerics.Statistics.HistogramBin.Range
get

Gets the range of values stored in the bin.


The documentation for this struct was generated from the following file: