示例#1
0
 public static ref BlockVector <double> next(BlockVector <double> src, ref BlockVector <double> dst)
 {
     VmlImport.vdNextAfter(dst.Length, ref head(src), ref head(src), ref head(dst));
     return(ref dst);
 }