예제 #1
0
 /// <summary>
 /// Converts the given array of bytes to a 16-bit signed integer.
 /// </summary>
 public short ToInt16(byte[] value, long startIndex)
 {
     return(BitConverterEx.ToInt16(value, startIndex, mFrom, mTo));
 }