# Class: com.pnfsoftware.jeb.core.units.code.debug.impl.ValueFloat

A simple\-precision floating point value provided by a debugger unit.

## Constructor: ValueFloat
- parameter: `v`, type: `float`

Description: Create a float value.
parameter: v: float value

## Method: getTypeName
- return type: `java.lang.String`


## Method: getValue
- return type: `java.lang.Float`


## Method: toString
- return type: `java.lang.String`


