TBigInt::GetHighestNonZeroBit

Returns the index of the highest non-zero bit. -1 if no such bit exists.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/BigInt.h

Include

#include "Math/BigInt.h"

Syntax

int32 GetHighestNonZeroBit() const

Remarks

Returns the index of the highest non-zero bit. -1 if no such bit exists.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss