Package com.google.common.geometry
Interface S2Cell.DoubleBinaryOperator
- Enclosing class:
S2Cell
private static interface S2Cell.DoubleBinaryOperator
-
Method Summary
Modifier and TypeMethodDescriptiondouble
applyAsDouble
(double a, double b) Returns the result of this function applied toa
andb
.
-
Method Details
-
applyAsDouble
double applyAsDouble(double a, double b) Returns the result of this function applied toa
andb
.
-