Click or drag to resize

UncertainValue Constructor

Initializes a new uncertain value.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public UncertainValue(
	double value,
	double uncertainty
)

Parameters

value
Type: SystemDouble
The best estimate of the value.
uncertainty
Type: SystemDouble
The uncertainty in the value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionuncertainty is negative.
See Also