TBigInt::ShiftRight

Shift right by the specified amount of bits.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/BigInt.h"

Syntax

void ShiftRight
(
    const int32 BitCount
)

Remarks

Shift right by the specified amount of bits.

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