Inflearn brand logo image

Inflearn Community Q&A

atelierrrr1181418's profile image
atelierrrr1181418

asked

[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming

[RENEWAL] The Secret of Integer Range

sbyte

Written on

·

316

6

계산기 byte모드는 -128~127 이니까 결국 프로그래밍에서는  음수표현을 위한 sbyte인 셈인건가요? byte (0~255) 로 표현은  계산기WORD 모드에서만 가능한건가요??

C#

Answer 1

1

rookiss님의 프로필 이미지
rookiss
Instructor

맞습니다. 윈도우 계산기에선 word모드 혹은 그보다 큰 범위로 가셔야 해요.

atelierrrr1181418's profile image
atelierrrr1181418

asked

Ask a question