cast shl

名称

cast-shl - 进行左移操作。

简介

cast shl [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. 对数字61进行3位左移:
    cast shl --base-in 10 61 3
    

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

请参阅

cast, cast shr