UncertainValueSubtraction(UncertainValue, UncertainValue) Operator

Subtracts two uncertain values.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static UncertainValue operator -(
	UncertainValue v1,
	UncertainValue v2
)

Parameters

v1  UncertainValue
The first uncertain value.
v2  UncertainValue
The second uncertain value.

Return Value

UncertainValue
The difference of the two uncertain values.

See Also