DecodeExponent Method

HidSharp

Unit DecodeExponent Method HIDSharp
Decodes an encoded HID unit exponent.

Namespace: HidSharp.ReportDescriptors.Units
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public static int DecodeExponent(
	uint value
)
public static int DecodeExponent(
	uint value
)
Public Shared Function DecodeExponent ( _
	value As UInteger _
) As Integer
Public Shared Function DecodeExponent ( _
	value As UInteger _
) As Integer
public:
static int DecodeExponent(
	unsigned int value
)
public:
static int DecodeExponent(
	unsigned int value
)
static member DecodeExponent : 
        value : uint32 -> int
static member DecodeExponent : 
        value : uint32 -> int

Parameters

value
Type: OnlineSystem UInt32
The encoded exponent.

Return Value

The exponent.
See Also