Skip to content

UInt24.RotateRight Method

Definition

Rotates a value right by a given amount.

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

View source

Parameters

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

Returns

UInt24

The result of rotating value right by rotateAmount.