Click or drag to resize

UncertainMeasurementSampleTContains Method

Determines whether the set contains the given data point.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Contains(
	UncertainMeasurement<T> datum
)

Parameters

datum
Type: Meta.Numerics.StatisticsUncertainMeasurementT
The data point.

Return Value

Type: Boolean
True if the set contains the given data point, otherwise false.

Implements

ICollectionTContains(T)
See Also