Home
last modified time | relevance | path

Searched refs:toFloat (Results 1 – 4 of 4) sorted by relevance

/template/strap/ComboStrap/
H A DConditionalLength.php269 $this->numerator = DataType::toFloat($localNumber);
299 $this->numerator = DataType::toFloat($numerator);
306 $this->denominator = DataType::toFloat($denominator);
H A DDataType.php101 $float = self::toFloat($targetValue);
135 public static function toFloat($value): float function in ComboStrap\\DataType
H A DPageSqlTreeListener.php279 $this->parameters[] = DataType::toFloat($text);
H A DFetcherSvg.php1412 $lengthFloat = DataType::toFloat($value);