Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
型 ビット数(バイト数) 範囲 byte 8 (1) (-27, 27-1) = (-128, 127) int 32 (4) (-231, 231-1) char 16 (2) Unicode の一文字 float 32 (4) IEEE 754 規格の 32 ビット浮動小数点数 double 64 (8) IEEE 754 規格の 64 ビット浮動小数点数 Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful informationYou can use dark themeWhat you can do with signing up
String Integer.toBinaryString(int i) 数値iを2進数表記の文字列で返す String Integer.toOctalString(int i) 数値iを8進数表記の文字列で返す String Integer.toHexString(int i) 数値iを16進数表記の文字列で返す Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back useful informationYou can use dark themeWhat you can do with signing up
float 32ビット単精度浮動小数点数 double 64ビット倍精度浮動小数点数 単精度浮動小数点数は 負の値は -3.4028235E+38 ~ -1.401298E-45、 正の値は 1.401298E-45 ~ 3.4028235E+38 の範囲の値をとる。 倍精度浮動小数点数は 負の値は -1.79769313486231570E+308 ~ -4.94065645841246544E-324、 正の値は 4.94065645841246544E-324 ~ 1.79769313486231570E+308 の範囲の値をとる。 Register as a new user and use Qiita more conveniently You get articles that match your needsYou can efficiently read back usef
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く