메소드 | 설명 | |
---|---|---|
Histogram ( global histogram ) |
Initializes a new instance of the Histogram class.
|
|
Update ( long value, string userValue = null ) : void |
Records a value.
|
public Update ( long value, string userValue = null ) : void | ||
value | long | Value to be added to the histogram. |
userValue | string | A custom user value that will be associated to the results. /// Useful for tracking (for example) for which id the max or min value was recorded. |
리턴 | void |