Table of Contents

Method GetBits

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

GetBits(ulong)

Gets all the bits that match a mask.

public readonly ulong GetBits(ulong mask)

Parameters

mask ulong

Mask of bits to get.

Returns

ulong

The bits that match the specified mask.