정수형

Jmnote (토론 | 기여)님의 2023년 10월 5일 (목) 02:24 판 (→‎참고)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  다른 뜻에 대해서는 string to int 문서를 참조하십시오.

1 개요[ | ]

integer date type; integer
정수형, 인티저
  • 정수의 유한집합을 나타내는 자료형
  • 대표적으로 int형, 보통 32비트
[math]\displaystyle{ -2^{31} }[/math] ~ [math]\displaystyle{ -2^{31}-1 }[/math][1]

2 같이 보기[ | ]

3 참고[ | ]

  1. [math]\displaystyle{ -2147483648 }[/math] ~ [math]\displaystyle{ 2147483647 }[/math]
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}