Class DoubleSplitPerformance.RoundoffMethod
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.DoubleSplitPerformance.RoundoffMethod
-
- Direct Known Subclasses:
DoubleSplitPerformance_RoundoffMethod_jmhType_B1
- Enclosing class:
- DoubleSplitPerformance
public static class DoubleSplitPerformance.RoundoffMethod extends Object
The method to compute the product round-off.
-
-
Constructor Summary
Constructors Constructor Description RoundoffMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleBinaryOperator
getFunction()
Gets the function.void
setup()
Create the function.
-
-
-
Method Detail
-
getFunction
public DoubleBinaryOperator getFunction()
Gets the function.- Returns:
- the function
-
setup
public void setup()
Create the function.
-
-