Create a new Curve using the specified Method


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal m As Method,  _ 
   ByVal channel As Integer _ 
)
C#
public Curve(
   Method m,
   int channel
)
C++
public:
 Curve(
   Method m,
   int channel
) sealed 
J#
public Curve(
   Method m,
   int channel
)
JScript
public function Curve(
   m : Method,
   channel : int
)

Parameters

m
method to use
channel
multiplexer channel

See Also