Method code for $float.floor()

[Turn off line numbering]
  1: arg float;
  2: 
  3: return tofloat(toint(float));
  4: 
  5: // $#Edited: 01 Nov 98 21:53 $user_bruce

["// Created 01-Nov-1998 as a part of ColdCore, see: @help Credit"]

the Cold Dark