MCPcopy Create free account
hub / github.com/antlr/codebuff / min

Method min

output/java_guava/1.4.17/StatsAccumulator.java:358–361  ·  view source on GitHub ↗

Returns the lowest value in the dataset. The count must be non-zero. Non-finite values If the dataset contains Double#NaN then the result is Double#NaN. If it contains Double#NEGATIVE_INFINITY and not Double#NaN then the result is {@link Double#NEGATIVE_

()

Source from the content-addressed store, hash-verified

356
357
358 public double min() {
359 checkState(count != 0);
360 return min;
361 }
362
363 /**
364 * Returns the highest value in the dataset. The count must be non-zero.

Callers 2

addMethod · 0.45
addAllMethod · 0.45

Calls 1

checkStateMethod · 0.45

Tested by

no test coverage detected