Function SettingsFile.limitInt

static int limitInt(
  long value,
  int minvalue,
  int maxvalue
);