Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DDataType.php67 const FLOOR = "floor"; define in ComboStrap\\DataType
87 public static function toInteger($targetValue, string $roundDirection = self::FLOOR): int
102 if ($roundDirection === self::FLOOR) {