C# Class DSPUtil.MorseCode

Inheritance: SoundObj
Afficher le fichier Open project: hughpyle/inguz-DSPUtil

Méthodes publiques

Méthode Description
Code ( string s ) : List
MorseCode ( string text ) : System
MorseCode ( string text, double speed, bool repeat ) : System

Method Details

Code() public static méthode

public static Code ( string s ) : List
s string
Résultat List

MorseCode() public méthode

public MorseCode ( string text ) : System
text string
Résultat System

MorseCode() public méthode

public MorseCode ( string text, double speed, bool repeat ) : System
text string
speed double
repeat bool
Résultat System