CodeQL library for Java
codeql/java-all 0.6.2 ( changelog , source )
Search

Member predicate FloatLiteral :: getFloatValue

Gets the value of this literal as CodeQL 64-bit float. The value will be parsed as Java 32-bit float and then converted to a CodeQL float.

float getFloatValue ( )