TIBCO BusinessEvents™
Standard
Number
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
Name
Type
Description
f
float
A float to convert to an int.
Returns
Type
Description
int
The value of the float passed in as an int.
Cautions
none
See Also
java.lang.Float