PartitionSetgetTrailingZeroCount Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determine the number of trailing zero bits in the passed long value.
Namespace:
Tangosol.Net.Partition
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected static int getTrailingZeroCount(
long l
)
Parameters
- l
- Type: SystemInt64
A long value.
Return Value
Type:
Int32
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