Method | Description | |
---|---|---|
AddOneToBucket ( int bucket ) : void | ||
GetXAxis ( int threshHold = int.MaxValue ) : int[] | ||
GetXAxisValueCoveringUpTo ( int threshhold ) : int | ||
GetYAxis ( int threshHold = int.MaxValue ) : float[] | ||
GetYAxisIntegrated ( int threshHold = int.MaxValue ) : float[] | ||
InitializeAllBucketsUpTo ( int number ) : void | ||
WriteBuckets ( System writer ) : void |
public GetXAxis ( int threshHold = int.MaxValue ) : int[] | ||
threshHold | int | |
return | int[] |
public GetXAxisValueCoveringUpTo ( int threshhold ) : int | ||
threshhold | int | |
return | int |
public GetYAxis ( int threshHold = int.MaxValue ) : float[] | ||
threshHold | int | |
return | float[] |
public GetYAxisIntegrated ( int threshHold = int.MaxValue ) : float[] | ||
threshHold | int | |
return | float[] |
public InitializeAllBucketsUpTo ( int number ) : void | ||
number | int | |
return | void |