/// <inheritdoc cref="AmplitudeRatio.FromDecibelsUnloaded(double?)"/> public static AmplitudeRatio?DecibelsUnloaded(this int?value) => AmplitudeRatio.FromDecibelsUnloaded(value);