Skip to content

Kirby 3.6.6

$field->toFloat()

Converts the field value into a proper float

$field->toFloat(float $default = 0.0): float

Parameters

Name Type Default Description
$default float 0.0 Default value if the field is empty

Return type

float

Aliases

You can use the following aliases for this field method in your template:

  • $field->float(…)

Example

<?= $page->mynumber()->toFloat() ?>