first part of number(a)

Returns the part of a number a before the decimal separator.

Description of Parameters

Parameter

Description

a

Value.

Examples

Parameter a

Result

100.3

100

0.3

0

100

100