Skip to content

UInt24.UnsignedRightShift Operator

Definition

Shifts a value right by a given amount.

public static UInt24 operator UnsignedRightShift(UInt24 value, int shiftAmount);

View source

Parameters

Name Type Description
value UInt24 The value that is shifted right by shiftAmount.
shiftAmount Int32 The amount by which value is shifted right.

Returns

UInt24

The result of shifting value right by shiftAmount.