MultivariateSampleContains Method (Double) |
Determines whether the sample contains a given entry.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Contains(
params double[] values
)
Public Function Contains (
ParamArray values As Double()
) As Boolean
public:
virtual bool Contains(
... array<double>^ values
) sealed
abstract Contains :
values : float[] -> bool
override Contains :
values : float[] -> bool
Parameters
- values
- Type: SystemDouble
The values associated with the entry to search for.
Return Value
Type:
BooleanWhether the sample contains the given entry.
Implements
ICollectionTContains(T)See Also