Returns an interval negated and shifted to the right by a specified value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Interval operator -(
double shift,
Interval interval
)
Public Shared Operator - (
shift As Double,
interval As Interval
) As Interval
public:
static Interval operator -(
double shift,
Interval interval
)
static let inline (-)
shift : float *
interval : Interval : Interval
Parameters
- shift
- Type: SystemDouble
A real number. - interval
- Type: Extreme.MathematicsInterval
An Interval.
Return Value
Type:
IntervalThe interval whose bounds are the difference between
shift and
the bounds of
interval.
Reference