Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine the number of trailing zero bits in the passed long value.

Namespace:  Tangosol.Net.Partition
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected static int getTrailingZeroCount(
	long l
)

Parameters

l
Type: System..::.Int64
A long value.

Return Value

The number of trailing zero bits in the value, from 0 (indicating that the least significant bit is set) to 64 (indicating that no bits are set).

See Also