C# 클래스 DSPUtil.MorseCode

상속: SoundObj
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil

공개 메소드들

메소드 설명
Code ( string s ) : List
MorseCode ( string text ) : System
MorseCode ( string text, double speed, bool repeat ) : System

메소드 상세

Code() 공개 정적인 메소드

public static Code ( string s ) : List
s string
리턴 List

MorseCode() 공개 메소드

public MorseCode ( string text ) : System
text string
리턴 System

MorseCode() 공개 메소드

public MorseCode ( string text, double speed, bool repeat ) : System
text string
speed double
repeat bool
리턴 System