Method to set the left and right endpoints for self.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void SetEndPoints(
	double min,
	double max
)
Visual Basic (Declaration)
Public Sub SetEndPoints ( _
	min As Double, _
	max As Double _
)
Visual C++
public:
void SetEndPoints(
	double min, 
	double max
)

Parameters

min
Type: System..::.Double
The left endpoint.
max
Type: System..::.Double
The right endpoint.

See Also