DoubleMatrixContains Method
Determines whether the 
ICollectionT contains a specific value.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool Contains(
	double item
)
Public Function Contains ( 
	item As Double
) As Boolean
public:
virtual bool Contains(
	double item
) sealed
abstract Contains : 
        item : float -> bool 
override Contains : 
        item : float -> bool 
- item  Double
 - The object to locate in the ICollectionT.
 
Boolean if 
item is found in the 
ICollectionT; otherwise, 
.
ICollectionTContains(T)