Click or drag to resize

IntervalSetEndPoints Method

Method to set the left and right endpoints for self.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetEndPoints(
	double min,
	double max
)

Parameters

min  Double
The left endpoint.
max  Double
The right endpoint.
See Also