%asInt()

Aliases%asInt( ), %asInteger( )
Parametersmixed @data

    Returns the result of converting the parameter to an Integer. Null is
returned as 0. Strings are returned as their integer interpretation.
Floats are truncated and lists are converted to the number of members they
contain.