Creates a new interval, given its endpoints.
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
Parameters
- a
- Double
The left (lower) endpoint of the interval.
- b
- Double
The right (upper) endpoint of the interval.
Return Value
The specified interval.
Remarks
If width of the interval is very much smaller than its endpoint values, accuracy will be better maintained by constructing the interval using one endpoint and its width.