Initializes a new data point with the given values for the ordinate and uncertain abcissa.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public UncertainMeasurement( T x, UncertainValue y )
Public Sub New ( _ x As T, _ y As UncertainValue _ )
public: UncertainMeasurement( T x, UncertainValue y )
new : x : 'T * y : UncertainValue -> UncertainMeasurement