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

> (〜より大きい)

   
Examples  
int a = 5; 
int b = 13; 
if(b > a) { 
  println("variable b is larger the variable a"); 
} 

Description   左の値がもし右の値よりも大きいかどうかテストする。
   
Syntax  
value1 > value2
   
Parameters  
value1   整数か浮動少数点数

value2   整数か浮動少数点数

   
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