Method code for $float.to_integer()

[Turn off line numbering]
  1: arg float;
  2: 
  3: return toint(float);

// Created 02-Nov-1998 as a part of ColdCore, see: @help Credit

Tlon