none static method

double none(
  1. double s,
  2. double f
)

Perform no maths and simply return the provided stop s.

Implementation

static double none(double s, double f) => s;