정수형

  다른 뜻에 대해서는 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 }}