Click or drag to resize

IntervalIsIn Method

Determines if the given data point lies within the interval.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsIn(
	double x
)

Parameters

x  Double
A data point to test.

Return Value

Boolean
True if the point lies within the interval; otherwise, false.
See Also