Interface S2Cell.DoubleBinaryOperator

  • Enclosing class:
    S2Cell

    private static interface S2Cell.DoubleBinaryOperator
    • Method Detail

      • applyAsDouble

        double applyAsDouble​(double a,
                             double b)
        Returns the result of this function applied to a and b.