Interval.Division Operator
Returns a scaled interval.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The interval whose bounds are the bounds of interval divided by factor.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Interval operator /(
Interval interval,
double factor
)
Parameters
Return Value
IntervalThe interval whose bounds are the bounds of interval divided by factor.