MultivariateSampleContains(IReadOnlyListDouble) Method
Determines whether the sample contains a given entry.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- values IReadOnlyListDouble
- The values associated with the entry to search for.
BooleanWhether the sample contains the given entry.