예제 #1
0
 public Array ReadStucts <T>(hid_t groupId, string name) where T : struct
 {
     return(Hdf5.ReadCompounds <T>(groupId, name).ToArray());
 }