[]
        
(Showing Draft Content)

C1.Framework.NumberTranslator

NumberTranslator Class

Translates number between different types.

Inheritance
NumberTranslator
Namespace: C1.Framework
Assembly: C1.Win.Input.8.dll
Syntax
public sealed class NumberTranslator

Constructors

Name Description
NumberTranslator()

Methods

Name Description
HighWord(int)

Get the higher word from a integer value.

HighWord(nint)

Get the higher word from a nint value.

HighWord(uint)

Get the higher word from a unsigned integer value.

LowWord(int)

Get the lower word from a integer value.

LowWord(nint)

Get the higher word from a nint value.

LowWord(uint)

Get the lower word from a unsigned integer value.

MakeDoubleWord(short, short)

Make a double word by low and high word.

MakeDoubleWord(ushort, ushort)

Make a double word by low and high word.