Table of Contents

Method UnsetBit

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

UnsetBit(ulong, int)

Sets a bit at the specified position to 0.

public static ulong UnsetBit(ulong value, int position)

Parameters

value ulong

Original value.

position int

Bit position.

Returns

ulong