Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determine the number of trailing zero bits in the passed long value.

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

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