Check whether two curves are compatible - i.e. can be drawn in the same plot


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

Syntax

Visual Basic (Declaration)
Public Function IsCompatible( _ 
   ByVal c As Curve _ 
) As Boolean
C#
public bool IsCompatible(
   Curve c
)
C++
public:
 bool IsCompatible(
   Curve c
) sealed 
J#
public bool IsCompatible(
   Curve c
)
JScript
public  function IsCompatible(
   c : Curve
) : bool

Parameters

c

Missing <param name="c"> tag for "M:PalmSens.Curve.IsCompatible(PalmSens.Curve)"

Return Value

Missing <returns> tag for "M:PalmSens.Curve.IsCompatible(PalmSens.Curve)"

See Also