The methods of the Curve class are listed below. For a complete list of Curve class members, see the Curve Members topic.
AddPoint | Overloaded. Adds a point to the Curve. Curve must be unfinished. |
AddPointSilent | Add a point without raising the NewPoint event |
CalculateSlope | Calculate the slope between two points |
ClearPeaks | Removes all found peaks for this curve. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FindNearestX | Find the index of the X point nearest to p |
FindPeaks | Overloaded. Find peaks in this curve. |
FindPeaksCV | Find peaks in a CV curve in two directions |
Finish | Finishes or closes the curve. |
get_CurrentStatus | Obtain the current status for the specified index |
get_X | Returns the X value that corresponds with the given index. |
get_XDirection | Indicates direction of X data points for this curve |
get_Y | Returns the Y value that corresponds with the given index. |
get_YDirection | Indicates direction of Y axis for this curve |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsCompatible | Check whether two curves are compatible - i.e. can be drawn in the same plot |
LLS | Overloaded. Calculate linear line parameters for this curve y = a + b * x |
Smooth | Smoothes the curve using one of the following smoothlevels:
|
ToString | Returns title of this Curve. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Curve Class | PalmSens Namespace