Table of Contents

Method IsBitUnset

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

IsBitUnset(int, int)

Checks whether a bit at the specified position is equal to 0.

public static bool IsBitUnset(int value, int position)

Parameters

value int

Value to check.

position int

Bit position.

Returns

bool