C# Class Nexus.Client.Games.Gamebryo.Tools.TESsnip.TypeConverter

Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
f2h ( float f ) : byte[]
h2f ( byte b1, byte b2, byte b3, byte b4 ) : float
h2i ( byte b1, byte b2, byte b3, byte b4 ) : uint
h2s ( byte b1, byte b2 ) : ushort
h2si ( byte b1, byte b2, byte b3, byte b4 ) : int
h2ss ( byte b1, byte b2 ) : short
i2h ( uint i ) : byte[]
i2h ( uint i, byte data, int offset ) : void
si2h ( int si ) : byte[]
si2h ( int si, byte data, int offset ) : void
ss2h ( short ss ) : byte[]
ss2h ( short ss, byte data, int offset ) : void

Private Methods

Méthode Description
UpdateBytes ( ) : byte[]

Method Details

f2h() public static méthode

public static f2h ( float f ) : byte[]
f float
Résultat byte[]

h2f() public static méthode

public static h2f ( byte b1, byte b2, byte b3, byte b4 ) : float
b1 byte
b2 byte
b3 byte
b4 byte
Résultat float

h2i() public static méthode

public static h2i ( byte b1, byte b2, byte b3, byte b4 ) : uint
b1 byte
b2 byte
b3 byte
b4 byte
Résultat uint

h2s() public static méthode

public static h2s ( byte b1, byte b2 ) : ushort
b1 byte
b2 byte
Résultat ushort

h2si() public static méthode

public static h2si ( byte b1, byte b2, byte b3, byte b4 ) : int
b1 byte
b2 byte
b3 byte
b4 byte
Résultat int

h2ss() public static méthode

public static h2ss ( byte b1, byte b2 ) : short
b1 byte
b2 byte
Résultat short

i2h() public static méthode

public static i2h ( uint i ) : byte[]
i uint
Résultat byte[]

i2h() public static méthode

public static i2h ( uint i, byte data, int offset ) : void
i uint
data byte
offset int
Résultat void

si2h() public static méthode

public static si2h ( int si ) : byte[]
si int
Résultat byte[]

si2h() public static méthode

public static si2h ( int si, byte data, int offset ) : void
si int
data byte
offset int
Résultat void

ss2h() public static méthode

public static ss2h ( short ss ) : byte[]
ss short
Résultat byte[]

ss2h() public static méthode

public static ss2h ( short ss, byte data, int offset ) : void
ss short
data byte
offset int
Résultat void