Wengang Xu
Wengang Xu
> `x_data.ToArray()` Do you mean y = y_data.ToArray(of double)() it doesn't work at all......
> VB.Net don't support Of **unmanaged** > 目前看到的情况是,VB.Net 不支持 C# 7.3 新的 **unmanaged** 泛型约束。 > 如果想要使用,可能需要变通一下了。 那就可能是按照楼上这位了,一个一个取出来。谢谢你了~
Thanks very much! this is the alternative way, since VB.net don't support the unmanaged constraint.
> VB.Net don't support Of **unmanaged** > 目前看到的情况是,VB.Net 不支持 C# 7.3 新的 **unmanaged** 泛型约束。 > 如果想要使用,可能需要变通一下了。 我刚试了下c#,是可以用toArray()实现的。