UnitDecodeExponent Method HIDSharp
Decodes an encoded HID unit exponent.

Namespace: HidSharp.Reports.Units
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax

public static int DecodeExponent(
	uint value
)

Parameters

value
Type: SystemUInt32
The encoded exponent.

Return Value

Type: Int32
The exponent.
See Also

Reference