Implicitly converts a specialized interval of real numbers to a generic interval.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator Interval<double> (
Interval interval
)
Public Shared Widening Operator CType (
interval As Interval
) As Interval(Of Double)
static implicit operator Interval<double> (
Interval interval
)
F# does not support the declaration of new casting operators.
Parameters
- interval
- Type: Extreme.MathematicsInterval
The interval to convert.
Return Value
Type:
IntervalDoubleA generic interval of real numbers with the same bounds as
interval.
Reference