| Package | Description |
|---|---|
| com.google.template.soy.basicfunctions |
Plugin package for basic functions.
|
| com.google.template.soy.data.restricted |
| Modifier and Type | Method and Description |
|---|---|
static FloatData |
BasicFunctionsRuntime.parseFloat(String str) |
| Modifier and Type | Method and Description |
|---|---|
static FloatData |
FloatData.forValue(double value)
Gets a FloatData instance for the given value.
|