Initializes a new instance of the CurrentRange class

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

Syntax

C#
public CurrentRange(
	byte crbyte
)
Visual Basic (Declaration)
Public Sub New ( _
	crbyte As Byte _
)
Visual C++
public:
CurrentRange(
	unsigned char crbyte
)

Parameters

crbyte
Type: System..::.Byte

[Missing <param name="crbyte"/> documentation for "M:PalmSens.CurrentRange.#ctor(System.Byte)"]

See Also