Interface IScalarDistance


  • public interface IScalarDistance
    Functional interface for the distance of two scalars.
    • Method Detail

      • distance

        double distance​(double x,
                        double y)
        Calculates the distance between two scalars.