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


Name  

< (〜より小さい)

   
Examples  
int a = 22; 
int b = 23; 
if(a < b) { 
  println("variable a is less then variable b "); 
} 

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