Table of Contents

Method UnsetBit

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

UnsetBit(int, int)

Sets a bit at the specified position to 0.

public static int UnsetBit(int value, int position)

Parameters

value int

Original value.

position int

Bit position.

Returns

int