C# Class HdrHistogram.Iteration.HistogramIterationValue

Represents a value point iterated through in a Histogram, with associated stats.
Afficher le fichier Open project: HdrHistogram/HdrHistogram.NET Class Usage Examples

Méthodes publiques

Méthode Description
IsLastValue ( ) : bool

Indicates if this item is to be considered the last value in the set.

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Méthode Description
Set ( long valueIteratedTo, long valueIteratedFrom, long countAtValueIteratedTo, long countInThisIterationStep, long totalCountToThisValue, long totalValueToThisValue, double percentile, double percentileLevelIteratedTo ) : void

Method Details

IsLastValue() public méthode

Indicates if this item is to be considered the last value in the set.
public IsLastValue ( ) : bool
Résultat bool

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string