UnitEncodeExponent Method HIDSharp
Encodes an exponent in HID unit form.

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

public static uint EncodeExponent(
	int value
)

Parameters

value
Type: SystemInt32
The exponent.

Return Value

Type: UInt32
The encoded exponent.
See Also

Reference