/// <summary> /// Sets IFGain value. /// </summary> /// <param name="value">Specified value</param> /// <returns>Returns true if the specified value is set.</returns> public bool TryIfGain(int value) { CheckIfGain(value); return(G313Api.SetIFGain(GetHandle(), value)); }