Click or drag to resize

BivariateSampleContains Method (XY)

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(
	XY xy
)

Parameters

xy
Type: Meta.NumericsXY
The data point.

Return Value

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

Implements

ICollectionTContains(T)
See Also