extractFromLong

fun extractFromLong(longValue: Long): Int

Extract this BitField from the given Long.

Return

An Int extracted from the range of bits this BitField occupies.

Parameters

longValue

A Long.