Fixed current ranging


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

Syntax

Visual Basic (Declaration)
Public Class FixedCurrentRange
    Inherits Ranging
C#
public class FixedCurrentRange : Ranging
C++
ref class FixedCurrentRange : Ranging
J#
public class FixedCurrentRange extends Ranging
JScript
public class FixedCurrentRange extends Ranging

Inheritance Hierarchy

System.Object
   PalmSens.Ranging
      PalmSens.FixedCurrentRange

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also