Show / Hide Table of Contents

Class BitExtensions

Inheritance
Object
BitExtensions
Namespace: BinaryMapper.Core
Assembly: BinaryMapper.Core.dll
Syntax
public static class BitExtensions : object

Methods

| Improve this Doc View Source

HighWord(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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX