Click or drag to resize

UncertainMeasurementT Class

Represents an experimental data point that is a function of an arbitrary variable.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsUncertainMeasurementT

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public class UncertainMeasurement<T>

Type Parameters

T
The type of the ordinate (independent variable) characterizing the data point.

The UncertainMeasurementT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyX
Gets or sets the value of the ordinate (independent variable).
Public propertyY
Gets or sets the uncertain value of the abcissa (the depdent variable).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the object represents the same data point.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets a hash code for the data point.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two data points are equal.
Public operatorStatic memberInequality
Determines whether two data points are not equal.
Top
See Also