LoginSignup
0
0

More than 3 years have passed since last update.

JAVAの基本

Posted at
データ形式
  • short 整数 16ビット 最小値 -2^15 最大値 2^15-1
  • int 整数 32ビット 最小値 -2^32 最大値 2^32-1
  • long 整数 64ビット 最小値 -2^64 最大値 2^64-1
  • float 少数 32ビット 最小値 -2^32 最大値 2^32-1
  • double 少数 64ビット 最小値 -2^64 最大値 2^64-1
データサイズ
項目 2 3
bit
B
項目 変換
:-: :-:
bit
B
KB
MB
GB
TB
PB
EB
ZB
項目 変換 読み方
bit - ビット
B 8 バイト(Byte)
KB 1024 キロバイト
MB 1024 メガバイト
GB 1024 ギガバイト
TB 1024 テラバイト
PB 1024 ペタバイト
EB 1024 エクサバイト
ZB 1024 ゼタバイト

参考:https://ja.wikipedia.org/wiki/%E3%82%AD%E3%83%AD%E3%83%90%E3%82%A4%E3%83%88

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0