Is true if a Curve is 'finished'. This means that smoothing or peak searching can be applied.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property isFinished As Boolean
C#
public bool isFinished { get; }
C++
public property bool isFinished sealed  {
    bool get();
}
J#
/** property */
public bool get_isFinished();
JScript
public function get isFinished() : bool

Property Value

Missing <value> tag for "P:PalmSens.Curve.isFinished"

See Also