|  | IntervalSetEndPoints Method | 
            Method to set the left and right endpoints for self.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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  Double
- The left endpoint.
- max  Double
- The right endpoint.
 See Also
See Also