Click or drag to resize

RangeOfNumericalValues(IXmlDeserializationInfo, Double, Boolean, Double, Boolean, IReadableColumnProxy) Constructor

Deserialization constructor. Initializes a new instance of the RangeOfNumericalValues class.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected RangeOfNumericalValues(
	IXmlDeserializationInfo info,
	double lower,
	bool isLowerInclusive,
	double upper,
	bool isUpperInclusive,
	IReadableColumnProxy? columnProxy
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
lower  Double
The lower.
isLowerInclusive  Boolean
if set to true [is lower inclusive].
upper  Double
The upper.
isUpperInclusive  Boolean
if set to true [is upper inclusive].
columnProxy  IReadableColumnProxy
The column.
See Also