Click or drag to resize

UncertainValueDivision Operator (UncertainValue, Double)

Divides an uncertain value by a certain 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 quotient of the two values.
See Also