Added getRecordedCount().
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@425 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -141,6 +141,14 @@ public class Percentiler
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the total number of values ever recorded to this percentiler.
|
||||||
|
*/
|
||||||
|
public long getRecordedCount ()
|
||||||
|
{
|
||||||
|
return _total;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if thsi percentiler has been modified since it was created or since the last
|
* Returns true if thsi percentiler has been modified since it was created or since the last
|
||||||
* call to {@link #clearModified}.
|
* call to {@link #clearModified}.
|
||||||
|
|||||||
Reference in New Issue
Block a user