ReadOnlyDoubleMatrixICollectionDoubleRemove Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
bool ICollection<double>.Remove(
double item
)
Private Function Remove (
item As Double
) As Boolean Implements ICollection(Of Double).Remove
private:
virtual bool Remove(
double item
) sealed = ICollection<double>::Remove
private abstract Remove :
item : float -> bool
private override Remove :
item : float -> bool
- item Double
- The object to remove from
the ICollectionT.
Booleantrue if
item was successfully
removed from the
ICollectionT;
otherwise, false. This method also returns false
if
item is not found in the
original
ICollectionT.
ICollectionTRemove(T)