C# Class uxMidi.Extension

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

Méthodes publiques

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

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

ToLittleEndian() public static méthode

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

ToLittleEndian() public static méthode

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

ToLittleEndian() public static méthode

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