C# Class uxMidi.Extension

拡張メソッドを含んだ静的クラスです。
Mostra file Open project: nanase/ux

Public Methods

Method Description
GetAttribute ( this element, System.Xml.Linq.XName name ) : string
ToLittleEndian ( this value ) : Int16

与えられた Int16 値のバイトオーダを逆転させます。

ToLittleEndian ( this value ) : Int32

与えられた Int32 値のバイトオーダを逆転させます。

ToLittleEndian ( this value ) : UInt32

与えられた UInt32 値のバイトオーダを逆転させます。

Method Details

GetAttribute() public static method

public static GetAttribute ( this element, System.Xml.Linq.XName name ) : string
element this
name System.Xml.Linq.XName
return string

ToLittleEndian() public static method

与えられた Int16 値のバイトオーダを逆転させます。
public static ToLittleEndian ( this value ) : Int16
value this バイトオーダが逆転される Int16 値。
return System.Int16

ToLittleEndian() public static method

与えられた Int32 値のバイトオーダを逆転させます。
public static ToLittleEndian ( this value ) : Int32
value this バイトオーダが逆転される Int32 値。
return System.Int32

ToLittleEndian() public static method

与えられた UInt32 値のバイトオーダを逆転させます。
public static ToLittleEndian ( this value ) : UInt32
value this バイトオーダが逆転される UInt32 値。
return System.UInt32