Variable Setting.Store.floating

union Setting.Store
{
  // ...
  double floating;
  // ...
}