Determines whether the variable contains a specific observation.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
Parameters
- item
- Type: SystemDouble
The observation to locate in the NumericalVariable.
Return Value
Type:
Boolean if
item was found in the variable; otherwise
.
Implements
ICollectionTContains(T)
Numerical Libraries
Supported in: 5.x, 4.x
Reference