Click or drag to resize

UncertainValueSubtraction Operator (UncertainValue, UncertainValue)

Subtracts two uncertain values.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static UncertainValue 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: UncertainValue
The difference of the two uncertain values.
See Also