C# Class SharpTuneCore.FloatScaling

Inheritance: Scaling
Afficher le fichier Open project: Merp/SharpTune

Méthodes publiques

Méthode Description
FloatScaling ( System.Xml.Linq.XElement xel ) : System

Constructor

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

Method Details

FloatScaling() public méthode

Constructor
public FloatScaling ( 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