coerceIn method

double coerceIn(
  1. double from,
  2. double to
)

Implementation

double coerceIn(double from, double to) =>
      coerceAtLeast(from).coerceAtMost(to);