예제 #1
0
 public Array ReadToArray <T>(hid_t groupId, string name)
 {
     return(Hdf5.ReadPrimitiveAttributes <T>(groupId, name));
 }