C# 클래스 Dominion.Data.HistogramData

파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddOneToBucket() 공개 메소드

public AddOneToBucket ( int bucket ) : void
bucket int
리턴 void

GetXAxis() 공개 메소드

public GetXAxis ( int threshHold = int.MaxValue ) : int[]
threshHold int
리턴 int[]

GetXAxisValueCoveringUpTo() 공개 메소드

public GetXAxisValueCoveringUpTo ( int threshhold ) : int
threshhold int
리턴 int

GetYAxis() 공개 메소드

public GetYAxis ( int threshHold = int.MaxValue ) : float[]
threshHold int
리턴 float[]

GetYAxisIntegrated() 공개 메소드

public GetYAxisIntegrated ( int threshHold = int.MaxValue ) : float[]
threshHold int
리턴 float[]

InitializeAllBucketsUpTo() 공개 메소드

public InitializeAllBucketsUpTo ( int number ) : void
number int
리턴 void

WriteBuckets() 공개 메소드

public WriteBuckets ( System writer ) : void
writer System
리턴 void