Click or drag to resize

UncertainValueMultiply 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: SystemDouble
The certain value.
u2
Type: Meta.NumericsUncertainValue
The uncertain value.

Return Value

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