C# Class SharpTuneCore.Int8Scaling

Inheritance: Scaling
显示文件 Open project: Merp/SharpTune

Public Methods

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

Constructor

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

Method Details

Int8Scaling() public method

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