F64_Floor()

Syntax

pointer.double = F64_Floor(n.double [, result.double])

Description

Rounds n down toward the next integer number, i.e. 1.6 will become 1

The result is stored in n or, if the optional parameter is given, in result.