Ejemplo n.º 1
0
 float[] restore_list1f_compressed(String valueString)
 {
     char[] str    = valueString.ToCharArray();
     byte[] buffer = Convert.FromBase64CharArray(str, 0, str.Length);
     return(BufferUtil.ToFloat(BufferUtil.DecompressZLib(buffer)));
 }