Unit EncodeExponent Method | HIDSharp |
Encodes an exponent in HID unit form.
Namespace: HidSharp.ReportDescriptors.UnitsAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public static uint EncodeExponent( int value )
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
Parameters
- value
- Type:
System Int32
The exponent.
Return Value
The encoded exponent.See Also