Click or drag to resize

UncertainMeasurementTEquality Operator

Determines whether two data points are equal.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator ==(
	UncertainMeasurement<T> d1,
	UncertainMeasurement<T> d2
)

Parameters

d1
Type: Meta.Numerics.StatisticsUncertainMeasurementT
The first data point.
d2
Type: Meta.Numerics.StatisticsUncertainMeasurementT
The second data point.

Return Value

Type: Boolean
True if the data points are equal, otherwise false.
See Also