nn::math::ExtractBits Function

Syntax

template <typename T>
T ExtractBits(
     bit32 v,
     int pos,
     int len
);
template <typename T>
T ExtractBits(
     bit64 v,
     int pos,
     int len
);

List of Overloaded Member Functions

ExtractBits(bit32, int, int) Extracts the bit values from a specified range.
ExtractBits(bit64, int, int) Extracts the bit values from a specified range.

Description of ExtractBits(bit32, int, int)

Description of ExtractBits(bit64, int, int)


CONFIDENTIAL