cast shr

名称

cast-shr - 进行右移操作。

简介

cast shr [options] value shift

描述

进行右移操作。

可选

Base Options

--base-in base     输入数字的基数。可用的选项。

    10, d, dec, decimal

    16, h, hex, hexadecimal

--base-out base     希望输出的基数。可用的选项。

    2, b, bin, binary

    8, o, oct, octal

    10, d, dec, decimal

    16, h, hex, hexadecimal

Common 选项

-h
--help
    输出帮助信息。

例子

  1. 对 0x12 的单一右移:
    cast shr --base-in 16 0x12 1
    

注意: --base-in 参数不强制,但如果输入的内容不明确,则需要使用。

请参阅

cast, cast shl