UncertainMeasurementSampleT Methods

Methods

Add(IEnumerableUncertainMeasurementT) Adds a series of data points to the set.
Add(UncertainMeasurementT) Adds a new data point to the set.
Add(T, Double, Double) Adds a new data point to the set.
Clear Removes all data points from the set.
Contains Determines whether the set contains the given data point.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FitToFunction Fits the data to an arbitrary parameterized function.
FitToLinearFunction Fits the data to a linear combination of fit functions.
GetEnumerator Gets an enumerator over the measurements.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Remove Removes a data point from the set.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also