Returns CurrentRange from a range given as a byte from 0 - 7. 0 = "1 nA" 1 = "10 nA" 2 = "100 nA" 3 = "1 uA" 4 = "10 uA" 5 = "100 uA" 6 = "1 mA" 7 = "10 mA"

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

Syntax

C#
public static CurrentRange FromCRByte(
	byte p
)
Visual Basic (Declaration)
Public Shared Function FromCRByte ( _
	p As Byte _
) As CurrentRange
Visual C++
public:
static CurrentRange^ FromCRByte(
	unsigned char p
)

Parameters

p
Type: System..::.Byte
The currentrange as a byte.

Return Value

CurrentRange

See Also