TBigInt::ShiftRightInternal

Shift right by the specified amount of bits. Does not check if BitCount is valid.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BigInt.h"

Syntax

void ShiftRightInternal
(
    const int32 BitCount
)

Remarks

Shift right by the specified amount of bits. Does not check if BitCount is valid.

Parameters

Parameter

Description

BitCount

the number of bits to shift.

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