Click or drag to resize

SampleContains Method

Determines whether the sample contains the given value.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Contains(
	double value
)

Parameters

value
Type: SystemDouble
The value to check for.

Return Value

Type: Boolean
True if the sample contains value, otherwise .

Implements

ICollectionTContains(T)
See Also