Number.valueOfFloat()

Signature

int valueOfFloat (float f)

Domain

ACTION, CONDITION, QUERY

Description

Return the value of the float passed in (f) as an int.

Parameters

NameTypeDescription
ffloatA float to convert to an int.

Returns

TypeDescription
intThe value of the float passed in as an int.

Cautions

none

See Also

java.lang.Float