Creates a new interval, given its lower endpoint and width.

Declaration Syntax
| C# | Visual Basic | Visual C++ | F# |
Public Shared Function FromEndpointAndWidth ( _
endpoint As Double, _
width As Double _
) As Interval

Parameters
- endpoint (Double)
- The left (lower) endpoint of the interval.
- width (Double)
- The width of the interval.

Return Value
The specified interval.
Assembly:
Meta.Numerics (Module: Meta.Numerics) Version: 2.0.0.0 (2.0.0.0)