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

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

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