Interval.Multiply Operator
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Multiply( | Returns a scaled interval. |
Multiply( | Returns a scaled interval. |
Multiply(Double, Interval) Operator
Returns a scaled interval.
public static Interval operator *(
double factor,
Interval interval
)
Parameters
Return Value
IntervalThe interval whose bounds are factor times the bounds of interval.
Multiply(Interval, Double) Operator
Returns a scaled interval.
public static Interval operator *(
Interval interval,
double factor
)
Parameters
Return Value
IntervalThe interval whose bounds are factor times the bounds of interval.