Class BitExtensions
Namespace: BinaryMapper.Core
Assembly: BinaryMapper.Core.dll
Syntax
public static class BitExtensions : object
Methods
| Improve this Doc View SourceHighWord(System.UInt32)
See HIWORD in WINDEF.H
Declaration
public static System.UInt16 HighWord(this System.UInt32 value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | value |
Returns
| Type | Description |
|---|---|
| System.UInt16 |
LowWord(System.UInt32)
See LOWORD in WINDEF.H
Declaration
public static System.UInt16 LowWord(this System.UInt32 value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | value |
Returns
| Type | Description |
|---|---|
| System.UInt16 |