Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 396 Bytes

number-bitwiseshiftright.md

File metadata and controls

15 lines (11 loc) · 396 Bytes
description title
Learn more about: Number.BitwiseShiftRight
Number.BitwiseShiftRight

Number.BitwiseShiftRight

Syntax

Number.BitwiseShiftRight(number1 as nullable number, number2 as nullable number) as nullable number

About

Returns the result of performing a bitwise shift to the right on number1, by the specified number of bits number2.