Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据FitSharp 第 123 期,在 2014 年 7 月是不可能的。我想知道从那以后这几年是否发生了变化。
Slim 协议中没有定义这样做的方法。我们必须检查参数类型以查看方法是否希望将 Slim 符号传递给它,例如
using fitSharp.Machine.Engine; ... public void GetTheSymbols(Symbols symbols) { ...}