6. แยกย่อย

The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

 
รหัสที่ 6-3  ตัวอย่างการคืนผลลัพธ์ (ด้านบนถูก ด้านล่างผิด)
public static double clip(double x) {
  if (x < 0) return 0;
  return x;
}

public static int clip(double x) { if (x < 0) return 0.0; return x; }
©2009 S.Prasitjutrakul