 | IntervalSetEndPoints Method |
Method to set the left and right endpoints for self.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic void SetEndPoints(
double min,
double max
)
Public Sub SetEndPoints (
min As Double,
max As Double
)
public:
void SetEndPoints(
double min,
double max
)
member SetEndPoints :
min : float *
max : float -> unit
Parameters
- min
- Type: SystemDouble
The left endpoint. - max
- Type: SystemDouble
The right endpoint.
See Also