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
)
Public Sub New (
value As Double,
uncertainty As Double
)
public:
UncertainValue(
double value,
double uncertainty
)
new :
value : float *
uncertainty : float -> UncertainValue
Parameters
- value
- Type: SystemDouble
The best estimate of the value. - uncertainty
- Type: SystemDouble
The uncertainty in the value.
Exceptions See Also