Table of Contents

Method SetBit

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetBit(ulong, int)

Sets a bit at the specified position to 1.

public static ulong SetBit(ulong value, int position)

Parameters

value ulong

Original value.

position int

Bit position.

Returns

ulong