Click or drag to resize

UncertainValueAddition Operator (Double, UncertainValue)

Adds an uncertain value to an certain value.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static UncertainValue operator +(
	double v1,
	UncertainValue u2
)

Parameters

v1
Type: SystemDouble
The certain value.
u2
Type: Meta.NumericsUncertainValue
The uncertain value.

Return Value

Type: UncertainValue
The sum of the two values.
See Also