Click or drag to resize

UncertainValueDivision Operator (UncertainValue, UncertainValue)

Divides two uncertain values.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static UncertainValue operator /(
	UncertainValue v1,
	UncertainValue v2
)

Parameters

v1
Type: Meta.NumericsUncertainValue
The first uncertain value.
v2
Type: Meta.NumericsUncertainValue
The second uncertain value.

Return Value

Type: UncertainValue
The quotient of the two uncertain values.
See Also