Interface DoubleSumResultHolder
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SumOfDoubleProcedure,SumOfFloatProcedure
public interface DoubleSumResultHolder extends Serializable
-
Method Summary
Modifier and Type Method Description doublegetCompensation()doublegetResult()
-
Method Details
-
getResult
double getResult() -
getCompensation
double getCompensation()
-