MultivariateSampleRemove Method (IReadOnlyListDouble) |
Removes an entry from the sample.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Remove(
IReadOnlyList<double> values
)
Public Function Remove (
values As IReadOnlyList(Of Double)
) As Boolean
public:
bool Remove(
IReadOnlyList<double>^ values
)
member Remove :
values : IReadOnlyList<float> -> bool
Parameters
- values
- Type: System.Collections.GenericIReadOnlyListDouble
The values associated with the entry to remove.
Return Value
Type:
BooleanWhether the entry was found and removed.
Exceptions See Also