Returns CurrentRange from a range given in microamps as a double.

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

Syntax

C#
public static CurrentRange FromMicroamps(
	double p
)
Visual Basic (Declaration)
Public Shared Function FromMicroamps ( _
	p As Double _
) As CurrentRange
Visual C++
public:
static CurrentRange^ FromMicroamps(
	double p
)

Parameters

p
Type: System..::.Double
The currentrange in microamps.

Return Value

CurrentRange

See Also