메소드 | 설명 | |
---|---|---|
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 GetXAxisValueCoveringUpTo ( int threshhold ) : int | ||
threshhold | int | |
리턴 | int |
public GetYAxis ( int threshHold = int.MaxValue ) : float[] | ||
threshHold | int | |
리턴 | float[] |
public GetYAxisIntegrated ( int threshHold = int.MaxValue ) : float[] | ||
threshHold | int | |
리턴 | float[] |
public InitializeAllBucketsUpTo ( int number ) : void | ||
number | int | |
리턴 | void |