메소드 | 설명 | |
---|---|---|
GetBytes ( byte value ) : byte[] | ||
GetBytes ( float value, byte decimals, byte scale ) : byte[] | ||
GetBytes ( int value ) : byte[] | ||
GetBytes ( long value ) : byte[] | ||
GetBytes ( sbyte value ) : byte[] | ||
GetBytes ( short value ) : byte[] | ||
GetBytes ( uint value ) : byte[] | ||
GetBytes ( ulong value ) : byte[] | ||
GetBytes ( ushort value ) : byte[] | ||
ToFloat ( byte payload, byte &scale ) : float | ||
ToInt16 ( byte value, int startIndex ) : short | ||
ToInt32 ( byte value, int startIndex ) : int | ||
ToInt64 ( byte value, int startIndex ) : long | ||
ToInt8 ( byte value, int startIndex ) : sbyte | ||
ToUInt16 ( byte value, int startIndex ) : ushort | ||
ToUInt32 ( byte value, int startIndex ) : uint | ||
ToUInt64 ( byte value, int startIndex ) : ulong | ||
ToUInt8 ( byte value, int startIndex ) : byte |
public static GetBytes ( float value, byte decimals, byte scale ) : byte[] | ||
value | float | |
decimals | byte | |
scale | byte | |
리턴 | byte[] |
public static ToFloat ( byte payload, byte &scale ) : float | ||
payload | byte | |
scale | byte | |
리턴 | float |
public static ToInt16 ( byte value, int startIndex ) : short | ||
value | byte | |
startIndex | int | |
리턴 | short |
public static ToInt32 ( byte value, int startIndex ) : int | ||
value | byte | |
startIndex | int | |
리턴 | int |
public static ToInt64 ( byte value, int startIndex ) : long | ||
value | byte | |
startIndex | int | |
리턴 | long |
public static ToInt8 ( byte value, int startIndex ) : sbyte | ||
value | byte | |
startIndex | int | |
리턴 | sbyte |
public static ToUInt16 ( byte value, int startIndex ) : ushort | ||
value | byte | |
startIndex | int | |
리턴 | ushort |
public static ToUInt32 ( byte value, int startIndex ) : uint | ||
value | byte | |
startIndex | int | |
리턴 | uint |
public static ToUInt64 ( byte value, int startIndex ) : ulong | ||
value | byte | |
startIndex | int | |
리턴 | ulong |
public static ToUInt8 ( byte value, int startIndex ) : byte | ||
value | byte | |
startIndex | int | |
리턴 | byte |