是否有一种快速简单的方法将整个字符串列表转换为浮点数或整数,并将它们添加到F#中类似于此?
foreach(string s in list) { sum += int.Parse(s); }
f# c#-to-f#
c#-to-f# ×1
f# ×1