Table of Contents

Method IsBitSet

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

IsBitSet(ulong, int)

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

public static bool IsBitSet(ulong value, int position)

Parameters

value ulong

Value to check.

position int

Bit position.

Returns

bool