Click or drag to resize

UncertainValueEquality Operator

Determines whether two uncertain values are equal.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator ==(
	UncertainValue v1,
	UncertainValue v2
)

Parameters

v1
Type: Meta.NumericsUncertainValue
The first uncertain value.
v2
Type: Meta.NumericsUncertainValue
The second uncertain value.

Return Value

Type: Boolean
if the two uncertain values are equal, otherwise .
See Also