C# Class SharpTuneCore.Scaling

ファイルを表示 Open project: Merp/SharpTune Class Usage Examples

Public Methods

Method Description
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

Method Details

Convert() public method

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

Scaling() public method

public Scaling ( ) : System
return System

Scaling() public method

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

fromDisplay() public method

public fromDisplay ( string str ) : byte[]
str string
return byte[]

toDisplay() public method

public toDisplay ( byte bytes ) : string
bytes byte
return string