Interval.Division Operator

Returns a scaled interval.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Interval operator /(
	Interval interval,
	double factor
)

Parameters

interval  Interval
An Interval.
factor  Double
A Double specifying the multiplication factor.

Return Value

Interval
The interval whose bounds are the bounds of interval divided by factor.

See Also