Range of current that is in use at the moment. This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly CurrentRange As Double
C#
public readonly double CurrentRange;
C++
public:
 const double CurrentRange sealed ;
J#
public final double CurrentRange
JScript
public const var CurrentRange : double;

See Also