Click or drag to resize

UncertainValueAddition Operator (UncertainValue, Double)

Adds a certain value to an uncertain value.

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

Parameters

u1
Type: Meta.NumericsUncertainValue
The uncertain value.
v2
Type: SystemDouble
The certain value.

Return Value

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