 | OpenInterval(Double, Double) Constructor |
Constructs an OpenInterval instance with the given endpoints.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic OpenInterval(
double min,
double max
)
Public Sub New (
min As Double,
max As Double
)
public:
OpenInterval(
double min,
double max
)
new :
min : float *
max : float -> OpenInterval
Parameters
- min Double
- The left endpoint for the interval.
- max Double
- The right endpoint for the interval.
See Also