Click or drag to resize

RangeOfNumericalValues(Double, Boolean, Double, Boolean, IReadableColumn) Constructor

Initializes a new instance of the RangeOfNumericalValues class with explicit bounds and a source column.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RangeOfNumericalValues(
	double lower,
	bool isLowerInclusive,
	double upper,
	bool isUpperInclusive,
	IReadableColumn column
)

Parameters

lower  Double
The lower bound.
isLowerInclusive  Boolean
to include the lower bound; otherwise, .
upper  Double
The upper bound.
isUpperInclusive  Boolean
to include the upper bound; otherwise, .
column  IReadableColumn
The column whose values are evaluated.
See Also