Partager via


__ull_rshift

This function shifts a 64-bit unsigned word to the right a specified number of bits.

unsigned __int64 __cdecl __ull_rshift(
  unsigned__int64,
  int
);

Parameters

  • unsigned_int64
    [in] The value to shift.
  • int
    [in] The number of bits to shift.

Return Values

None.

Remarks

The compiler translates this function into the SRA instruction.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.

See Also

Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.