BivariateSampleRemove(XY) Method
            Removes a data point from the sample.
            
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public bool Remove(
	XY point
)
Public Function Remove ( 
	point As XY
) As Boolean
public:
virtual bool Remove(
	XY point
) sealed
abstract Remove : 
        point : XY -> bool 
override Remove : 
        point : XY -> bool 
- point  XY
- The point to remove.
BooleanTrue if the given data point was found and removed, otherwise false.
ICollectionTRemove(T)