F64_Integer()

Syntax

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

Description

Returns the integer part of n , i.e. 1.6 will become 1 and -1.6 will become -1

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