TBigInt::ShiftLeftInternal

Shift left 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 ShiftLeftInternal
(
    const int32 BitCount
)

Remarks

Shift left 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