RangeOfNumericalValues(Double, Boolean, Double, Boolean, IReadableColumn) Constructor |
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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