Help for this page

Select Code to Download


  1. or download this
    my $nextidx = $asize / 2; my $nextinc = $nextidx / 2;
    
  2. or download this
    my $nextidx = int($asize / 2); my $nextinc = int($nextidx / 2);