invert abstract method

D invert(
  1. R value
)

Maps a range value back to a domain value.

Implementation

D invert(R value);