Google

Go to the first, previous, next, last section, table of contents.


uc

uc()
:: ̤Äê·¸¿ôË¡¤Î¤¿¤á¤ÎÉÔÄ긵¤òÀ¸À®¤¹¤ë.
return
vtype ¤¬ 1 ¤ÎÉÔÄ긵
  • uc() ¤ò¼Â¹Ô¤¹¤ë¤¿¤Ó¤Ë, _0, _1, _2,... ¤È¤¤¤¦ ÉÔÄ긵¤òÀ¸À®¤¹¤ë.
  • uc() ¤ÇÀ¸À®¤µ¤ì¤¿ÉÔÄ긵¤Ï, ľÀÜ¥­¡¼¥Ü¡¼¥É¤«¤éÆþÎϤ¹¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤. ¤³¤ì¤Ï, ¥×¥í¥°¥é¥àÃæ¤Ç̤Äê·¸¿ô¤ò¼«Æ°À¸À®¤¹¤ë¾ì¹ç, ÆþÎϤʤɤ˴ޤޤì¤ë ÉÔÄ긵¤ÈƱ°ì¤Î¤â¤Î¤¬À¸À®¤µ¤ì¤ë¤³¤È¤òËɤ°¤¿¤á¤Ç¤¢¤ë.
  • Ä̾ï¤ÎÉÔÄ긵 (vtype ¤¬ 0) ¤Î¼«Æ°À¸À®¤Ë¤Ï rtostr(), strtov() ¤òÍѤ¤¤ë.
  • uc() ¤ÇÀ¸À®¤µ¤ì¤¿ÉÔÄ긵¤ÎÉÔÄ긵¤È¤·¤Æ¤Î·¿ (vtype) ¤Ï 1 ¤Ç¤¢¤ë. (See section ÉÔÄ긵¤Î·¿.)
[0] A=uc();
_0
[1] B=uc();
_1
[2] (uc()+uc())^2;
_2^2+2*_3*_2+_3^2
[3] (A+B)^2;
_0^2+2*_1*_0+_1^2
»²¾È
section vtype, section rtostr, section strtov.


Go to the first, previous, next, last section, table of contents.