Ejemplo n.º 1
0
 public static ref BlockVector <float> expInt(BlockVector <float> src, ref BlockVector <float> dst)
 {
     VmlImport.vsExpInt1(src.Length, ref head(src), ref head(dst));
     return(ref dst);
 }