Click or drag to resize

DoubleMatrixContains Method

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public 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