C# 클래스 SharpTuneCore.Scaling

파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( double value, string &valueAsString, double &valueAsDouble, bool read ) : void
Scaling ( ) : System
Scaling ( System.Xml.Linq.XElement xel ) : System

Constructor

fromDisplay ( string str ) : byte[]
toDisplay ( byte bytes ) : string

메소드 상세

Convert() 공개 메소드

public Convert ( double value, string &valueAsString, double &valueAsDouble, bool read ) : void
value double
valueAsString string
valueAsDouble double
read bool
리턴 void

Scaling() 공개 메소드

public Scaling ( ) : System
리턴 System

Scaling() 공개 메소드

Constructor
public Scaling ( System.Xml.Linq.XElement xel ) : System
xel System.Xml.Linq.XElement
리턴 System

fromDisplay() 공개 메소드

public fromDisplay ( string str ) : byte[]
str string
리턴 byte[]

toDisplay() 공개 메소드

public toDisplay ( byte bytes ) : string
bytes byte
리턴 string