Lsl

ページ名:Lsl
  • Lsl

Value = Lsl ( Number , Bit )

ビット数だけ左にシフトした数値を返します。 符号は無視されます。
Numberのタイプは、Byte、Short、Integer、またはLongのいずれかです。
Bitの有効範囲は、Number引数の型によって異なります。

Type of Number

Range of Bit
Byte 0...7
Short 0...15
Integer 0...31
Long 0...63
戻り値のデータ型はNumberのデータ型です。

Errors

Message

Description
Type mismatch (6) Number引数のデータ型が無効です。
Bad argument (20) Bit引数が範囲外です。

Examples

Print Bin(11, 32), 11
Print Bin(Lsl(11, 2), 32), Lsl(11, 2)
Print
Bin(Lsl(11, 28), 32), Lsl(11, 28)
00000000000000000000000000001011 11
00000000000000000000000000101100 44
10110000000000000000000000000000 -1342177280

 

Print Bin(-11, 32), -11
Print Bin(Lsl(-11, 2), 32), Lsl(-11, 2)
Print
Bin(Lsl(-11, 28), 32), Lsl(-11, 28)
11111111111111111111111111110101 -11
11111111111111111111111111010100 -44
01010000000000000000000000000000 1342177280

See also

シェアボタン: このページをSNSに投稿するのに便利です。

コメント

返信元返信をやめる

※ 悪質なユーザーの書き込みは制限します。

最新を表示する

NG表示方式

NGID一覧