nn::math::Rightmost1 Function

Syntax

int Rightmost1(
     int x
);

bit32 Rightmost1(
     bit32 x
);

bit64 Rightmost1(
     bit64 x
);

List of Overloaded Member Functions

Rightmost1 ( int ) Gets the rightmost bit (closest to the LSB) that is set to 1.
Rightmost1 ( bit32 ) Gets the rightmost bit (closest to the LSB) that is set to 1.
Rightmost1 ( bit64 ) Gets the rightmost bit (closest to the LSB) that is set to 1.

Description of Rightmost1 ( int )

Description of Rightmost1 ( bit32 )

Description of Rightmost1 ( bit64 )


CONFIDENTIAL