MultivariateSampleContains Method (IReadOnlyListDouble) |
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(
IReadOnlyList<double> values
)
Public Function Contains (
values As IReadOnlyList(Of Double)
) As Boolean
public:
bool Contains(
IReadOnlyList<double>^ values
)
member Contains :
values : IReadOnlyList<float> -> bool
Parameters
- values
- Type: System.Collections.GenericIReadOnlyListDouble
The values associated with the entry to search for.
Return Value
Type:
BooleanWhether the sample contains the given entry.
See Also