Метод | Описание | |
---|---|---|
GetBytes ( byte bytes, int startIndex, double value ) : void | ||
GetBytes ( byte bytes, int startIndex, float value ) : void | ||
GetBytes ( byte bytes, int startIndex, int value ) : void | ||
GetBytes ( byte bytes, int startIndex, long value ) : void | ||
GetBytes ( byte bytes, int startIndex, short value ) : void | ||
GetBytes ( byte bytes, int startIndex, uint value ) : void | ||
GetBytes ( byte bytes, int startIndex, ulong value ) : void | ||
GetBytes ( byte bytes, int startIndex, ushort value ) : void | ||
WriteLittleEndian ( byte buffer, int offset, short data ) : void |
Метод | Описание | |
---|---|---|
WriteLittleEndian ( byte buffer, int offset, int data ) : void | ||
WriteLittleEndian ( byte buffer, int offset, ulong data ) : void |
public static GetBytes ( byte bytes, int startIndex, double value ) : void | ||
bytes | byte | |
startIndex | int | |
value | double | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, float value ) : void | ||
bytes | byte | |
startIndex | int | |
value | float | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, int value ) : void | ||
bytes | byte | |
startIndex | int | |
value | int | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, long value ) : void | ||
bytes | byte | |
startIndex | int | |
value | long | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, short value ) : void | ||
bytes | byte | |
startIndex | int | |
value | short | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, uint value ) : void | ||
bytes | byte | |
startIndex | int | |
value | uint | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, ulong value ) : void | ||
bytes | byte | |
startIndex | int | |
value | ulong | |
Результат | void |
public static GetBytes ( byte bytes, int startIndex, ushort value ) : void | ||
bytes | byte | |
startIndex | int | |
value | ushort | |
Результат | void |
public static WriteLittleEndian ( byte buffer, int offset, short data ) : void | ||
buffer | byte | |
offset | int | |
data | short | |
Результат | void |