TBigInt::GetBit

Returns a bit value as an integer value (0 or 1).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BigInt.h"

Syntax

int32 GetBit
(
    int32 BitIndex
) const

Remarks

Returns a bit value as an integer value (0 or 1).

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