gpt4 book ai didi

c# - C++ 到 C# 端口问题 : How would I deal with a method that has a double* as a parameter?

转载 作者:行者123 更新时间:2023-11-30 01:28:46 25 4
gpt4 key购买 nike

我正在将 C++ 库移植到 C#,我遇到了一些将双* 指针作为参数的方法。处理这个问题的最佳方法是什么?也许修改调用代码,使其不传递指针?我只想将代码包装在一个“不安全” block 中并设置编译器的/unsafe 标志,但我不能在方法签名内这样做。

最佳答案

也许在参数上使用 ref(或 out)可能就足够了,或者如果您需要处理这些参数的数组,请使用 double[].

也许可以发布方法定义,以便更清楚地了解您真正需要的是什么。

关于c# - C++ 到 C# 端口问题 : How would I deal with a method that has a double* as a parameter?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7068517/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com