Table of Contents

Method ResetLowestSetBit

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.dll

ResetLowestSetBit(uint)

Reset the lowest significant bit in the given value

[CLSCompliant(false)]
public static uint ResetLowestSetBit(uint value)

Parameters

value uint

The value.

Returns

uint

Returns reset the lowest significant bit in the given value.

ResetLowestSetBit(ulong)

Reset the lowest significant bit in the given value

[CLSCompliant(false)]
public static ulong ResetLowestSetBit(ulong value)

Parameters

value ulong

The value.

Returns

ulong

Returns reset the lowest significant bit in the given value.