Function integer

Integer part

real integer (
  real v
);

Example

assert(integer(54.832f) == 54.0f);