UncertainMeasurementT Constructor (T, UncertainValue) |
Initializes a new data point with the given values for the ordinate and uncertain abcissa.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- x
- Type: T
The ordinate. - y
- Type: Meta.NumericsUncertainValue
The abcissa.
See Also