CodeQL library for Java/Kotlin
codeql/java-all 7.7.4-dev (changelog, source)
Search

Primitive predicate float::floorFloat

Returns the largest float that is a mathematical integer smaller than or equal to the receiver. The result is equal to the receiver if the receiver is NaN, an infinity, or negative zero.

float floorFloat()