Meta.Numerics Library
FromEndpointAndWidth Method (endpoint, width)
Meta.NumericsMeta.NumericsIntervalFromEndpointAndWidth(Double, Double)
Creates a new interval, given its lower endpoint and width.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Interval FromEndpointAndWidth(
	double endpoint,
	double width
)
Public Shared Function FromEndpointAndWidth ( _
	endpoint As Double, _
	width As Double _
) As Interval
public:
static Interval FromEndpointAndWidth(
	double endpoint, 
	double width
)
static member FromEndpointAndWidth : 
        endpoint:float * 
        width:float -> Interval 
Parameters
endpoint (Double)
The left (lower) endpoint of the interval.
width (Double)
The width of the interval.
Return Value
The specified interval.