#Define UPPER_32_BITS - 2020.2 English

OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2020-11-24
Version
2020.2 English

Description

Returns 32-63 bits of a number.
Note: A basic shift-right of a 64- or 32-bit quantity. Use this to suppress the "right shift count >= width of type" warning when that quantity is 32-bits.

Parameters

The following table lists the UPPER_32_BITS function arguments.

Table 1. UPPER_32_BITS Arguments
Name Description
n : Number being accessed.

Returns

Bits 32-63 of number.