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