PlusOrMinusWrapper
Wrapper class with a +- method that, given a Numeric argument, returns a Spread.
- Value parameters:
- tolerance
the tolerance with which to create (and return) a
Spread
- Source:
- Tolerance.scala
class Object
trait Matchable
class Any
Value members
Concrete methods
Creates and returns a Spread from the pivot passed to the constructor and
the tolerance passed to this method.
Creates and returns a Spread from the pivot passed to the constructor and
the tolerance passed to this method.
- Value parameters:
- tolerance
the tolerance with which to create (and return) the
Spread
- Source:
- Tolerance.scala