Determines whether the ICollectionT contains a specific value.
 
    Namespace: 
   FinMath.LinearAlgebra
    Assembly:
   FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
 Syntax
Syntaxpublic bool Contains(
	double item
)
Parameters
- item
- Type: SystemDouble
 The object to locate in the ICollectionT.
Return Value
Type: 
Boolean if 
item is found in the 
ICollectionT; otherwise, 
.
Implements
ICollectionTContains(T) See Also
See Also