Skip to content

UInt24.RotateLeft Method

Definition

Rotates a value left by a given amount.

public static UInt24 RotateLeft(UInt24 value, int rotateAmount);

View source

Parameters

Name Type Description
value UInt24 The value that is rotated left by rotateAmount.
rotateAmount Int32 The amount by which value is rotated left.

Returns

UInt24

The result of rotating value left by rotateAmount.