nn::math::Rightmost0 Function

Syntax

int Rightmost0(
     int x
);

bit32 Rightmost0(
     bit32 x
);

bit64 Rightmost0(
     bit64 x
);

List of Overloaded Member Functions

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

Description of Rightmost0 ( int )

Description of Rightmost0 ( bit32 )

Description of Rightmost0 ( bit64 )


CONFIDENTIAL