Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int Sound(int frequency, int duration);
public static int Sound (int frequency, int duration);
static member Sound : int * int -> int
Public Shared Function Sound (frequency As Integer, duration As Integer) As Integer