PalmSens SDK v1.8.2.0

Curve Constructor (Method, Int32, Single[], Single[])

Create a new curve and mark it finished

[Visual Basic]
Overloads Public Sub New( _
   ByVal method As Method, _
   ByVal npoints As Integer, _
   ByVal x As Single(), _
   ByVal y As Single() _
)
[C#]
public Curve(
   Method method,
   int npoints,
   float[] x,
   float[] y
);

Parameters

method
method to use
npoints
number of points in curve
x
array of X points
y
array of Y points

See Also

Curve Class | PalmSens Namespace | Curve Constructor Overload List