コード例 #1
0
 public void Write(byte[] buffer, int index, object value)
 {
     ByteOrder.PutIntLE(buffer, index, BytesHelper.FloatToInt32((float)value));
 }