Class DoubleCumulativeImpl.PointImpl
java.lang.Object
io.opencensus.metrics.DoubleCumulative.DoublePoint
io.opencensus.implcore.metrics.DoubleCumulativeImpl.PointImpl
- Enclosing class:
DoubleCumulativeImpl
Implementation of
DoubleCumulative.DoublePoint.-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(double delta) Adds the given value to the current value.
-
Method Details
-
add
public void add(double delta) Description copied from class:DoubleCumulative.DoublePointAdds the given value to the current value. The values cannot be negative.- Specified by:
addin classDoubleCumulative.DoublePoint- Parameters:
delta- the value to add
-