C# Class SharpTuneCore.Int16Scaling

Inheritance: Scaling
ファイルを表示 Open project: Merp/SharpTune

Public Methods

Method Description
Int16Scaling ( System.Xml.Linq.XElement xel ) : System

Constructor

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

Method Details

Int16Scaling() public method

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