Click or drag to resize

UncertainValue Methods

The UncertainValue type exposes the following members.

Methods
  NameDescription
Public methodConfidenceInterval
Returns a confidence interval.
Public methodEquals(Object)
Determines whether the given object represents the same uncertain value.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(UncertainValue)
Determines whether the other uncertain value is the same.
Public methodGetHashCode
Computes a hash code for the uncertain value.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Creates a string representation of the uncertain value.
(Overrides ValueTypeToString.)
Top
See Also