예제 #1
0
 public object Read(byte[] buffer, int index)
 {
     return(BytesHelper.Int32ToFloat(ByteOrder.GetIntLE(buffer, index)));
 }