C# 클래스 PRoConEvents.MULTIbalancer.Histogram

파일 보기 프로젝트 열기: PapaCharlie9/multi-balancer

공개 프로퍼티들

프로퍼티 타입 설명
Bin int>.SortedDictionary
MaxBin int
MaxFrequency int
PeakBin int
Total int

공개 메소드들

메소드 설명
Add ( int sample ) : void
Clear ( ) : void
Histogram ( ) : System
Log ( int maxLine ) : List

메소드 상세

Add() 공개 메소드

public Add ( int sample ) : void
sample int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Histogram() 공개 메소드

public Histogram ( ) : System
리턴 System

Log() 공개 메소드

public Log ( int maxLine ) : List
maxLine int
리턴 List

프로퍼티 상세

Bin 공개적으로 프로퍼티

public SortedDictionary Bin
리턴 int>.SortedDictionary

MaxBin 공개적으로 프로퍼티

public int MaxBin
리턴 int

MaxFrequency 공개적으로 프로퍼티

public int MaxFrequency
리턴 int

PeakBin 공개적으로 프로퍼티

public int PeakBin
리턴 int

Total 공개적으로 프로퍼티

public int Total
리턴 int