Real
|
The RealTimeSlope type exposes the following members.
Name | Description | |
---|---|---|
RealTimeSlope | Creates a default instance of the real-time slope calculation class. Must call Initialize before using. | |
RealTimeSlope(Int32, Double) | Creates a new instance of the real-time slope calculation class. |
Name | Description | |
---|---|---|
RunTime | Gets run-time, in seconds, for which slope has maintained a continuous positive or negative trend. | |
Slope | Gets current calculated slope for data set. |
Name | Description | |
---|---|---|
Calculate | Adds a new x, y data pair to continuous data set. | |
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) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize | Initializes real-time slope calculation. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
Recalculated | Raised when new real-time Slope has been calculated and is available. | |
Status | Raised when new status messages come from the RealTimeSlope. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |