public class UncertainMeasurementSample<T> : ICollection<UncertainMeasurement<T>>,
IEnumerable<UncertainMeasurement<T>>, IEnumerable
Public Class UncertainMeasurementSample(Of T)
Implements ICollection(Of UncertainMeasurement(Of T)), IEnumerable(Of UncertainMeasurement(Of T)),
IEnumerable
generic<typename T>
public ref class UncertainMeasurementSample : ICollection<UncertainMeasurement<T>^>,
IEnumerable<UncertainMeasurement<T>^>, IEnumerable
type UncertainMeasurementSample<'T> =
class
interface ICollection<UncertainMeasurement<'T>>
interface IEnumerable<UncertainMeasurement<'T>>
interface IEnumerable
end
UncertainMeasurementSampleT | Initializes a new, empty data set. |
Count | Gets the size of the data set. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Remove | Removes a data point from the set. |
ToString | Returns a string that represents the current object. (Inherited from Object) |