Click or drag to resize

UncertainValue.Multiply Operator (Double, UncertainValue)

Multiplies a certain value by an uncertain 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: System.Double
The certain value.
u2
Type: Meta.Numerics.UncertainValue
The uncertain value.

Return Value

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