'radius' is not a parameter in VB.NET
问题 Using a NuGet library Accord.net Autocomplete shows a parameter: radius:= But when I finish the line to look like this: Dim result = tree.Nearest(tn.Position, radius:=3.1) I get the error: BC30272 'radius' is not a parameter of 'Public Overloads Function Nearest(position As Double(), neighbors As Integer) As KDTreeNodeCollection(Of KDTreeNode(Of KDTreeNode(Of Double)))'. I've never run into this before. What could be the issue? Edit: To answer questions in the comments: @GSerg asks: It should