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

Mostrar archivo Open project: NexusMods/NexusModManager-4.5

Public Methods

Method 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

Method Description
UpdateBytes ( ) : byte[]

Method Details

f2h() public static method

public static f2h ( float f ) : byte[]
f float
return byte[]

h2f() public static method

public static h2f ( byte b1, byte b2, byte b3, byte b4 ) : float
b1 byte
b2 byte
b3 byte
b4 byte
return float

h2i() public static method

public static h2i ( byte b1, byte b2, byte b3, byte b4 ) : uint
b1 byte
b2 byte
b3 byte
b4 byte
return uint

h2s() public static method

public static h2s ( byte b1, byte b2 ) : ushort
b1 byte
b2 byte
return ushort

h2si() public static method

public static h2si ( byte b1, byte b2, byte b3, byte b4 ) : int
b1 byte
b2 byte
b3 byte
b4 byte
return int

h2ss() public static method

public static h2ss ( byte b1, byte b2 ) : short
b1 byte
b2 byte
return short

i2h() public static method

public static i2h ( uint i ) : byte[]
i uint
return byte[]

i2h() public static method

public static i2h ( uint i, byte data, int offset ) : void
i uint
data byte
offset int
return void

si2h() public static method

public static si2h ( int si ) : byte[]
si int
return byte[]

si2h() public static method

public static si2h ( int si, byte data, int offset ) : void
si int
data byte
offset int
return void

ss2h() public static method

public static ss2h ( short ss ) : byte[]
ss short
return byte[]

ss2h() public static method

public static ss2h ( short ss, byte data, int offset ) : void
ss short
data byte
offset int
return void