Click or drag to resize

BivariateSampleContains Method (Double, Double)

Determines whether the sample contains a given data point.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Contains(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The x-value of the data point.
y
Type: SystemDouble
The y-value of the data point.

Return Value

Type: Boolean
True if the sample contains the given data point, otherwise false.
See Also