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