Get bool


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

Syntax

Visual Basic (Declaration)
Public Function GetBool( _ 
   ByVal pos As Integer,  _ 
   ByVal bit As Integer _ 
) As Boolean
C#
public bool GetBool(
   int pos,
   int bit
)
C++
public:
 bool GetBool(
   int pos,
   int bit
) sealed 
J#
public bool GetBool(
   int pos,
   int bit
)
JScript
public  function GetBool(
   pos : int,
   bit : int
) : bool

Parameters

pos
position
bit
bit

Return Value

Missing <returns> tag for "M:PalmSens.EncodedMethodV0.GetBool(System.Int32,System.Int32)"

See Also