Click or drag to resize

Range Constructor

Initializes a new instance of the Range struct.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Range(
	double min,
	double max
)

Parameters

min  Double
The lower bound of the range.
max  Double
The upper bound of the range.
See Also