EncodeExponent Method

HidSharp

Unit EncodeExponent Method HIDSharp
Encodes an exponent in HID unit form.

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

Syntax

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

Parameters

value
Type: OnlineSystem Int32
The exponent.

Return Value

The encoded exponent.
See Also