インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

- (否定)

   
Examples  
int a = 5;         // "a" を 5に設定 
int b = -a;        // "b" を -5に設定 
int c = -(5 + 3);  // "c" を -8に設定 

Description  

値の記号を逆にする。-1で掛けることと同等。例えば-5は5*-1と同じである。

 

   
Syntax  
-value
   
Parameters  
value   整数か浮動少数点数
   
Usage   Web & Application
   
Related   - (減算)
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas