C# Class SharpTuneCore.Scaling

Afficher le fichier Open project: Merp/SharpTune Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Convert ( double value, string &valueAsString, double &valueAsDouble, bool read ) : void
value double
valueAsString string
valueAsDouble double
read bool
Résultat void

Scaling() public méthode

public Scaling ( ) : System
Résultat System

Scaling() public méthode

Constructor
public Scaling ( System.Xml.Linq.XElement xel ) : System
xel System.Xml.Linq.XElement
Résultat System

fromDisplay() public méthode

public fromDisplay ( string str ) : byte[]
str string
Résultat byte[]

toDisplay() public méthode

public toDisplay ( byte bytes ) : string
bytes byte
Résultat string