public static function ToDoubleOrNull($e, $nullIfEmpty = true)
 {
     return H::ToFloatOrNull($e, $nullIfEmpty);
 }