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
)
Public Function Contains (
xy As XY
) As Boolean
public:
virtual bool Contains(
XY xy
) sealed
abstract Contains :
xy : XY -> bool
override Contains :
xy : XY -> bool
Parameters
- xy
- Type: Meta.NumericsXY
The data point.
Return Value
Type:
BooleanTrue if the sample contains the given data point, otherwise false.
Implements
ICollectionTContains(T)See Also