|
public static IEnumerable SortIndexByValue(List<double> list) |
Dynamo Version
DYNAMO v.3.4.2
Host
Dynamo Sandbox
Operating System
Windows 11
What did you do?
Tried to use List.SortIndexByValue and received a warning
What did you expect to see?
A nice list of integers minding their own business
What did you see instead?
Image
What packages or external references (if any) were used?
None
Stack Trace
n/a
Details
Should be able to use the Comparer on an IEnumerable<object>
Dynamo/src/Libraries/CoreNodes/List.cs
Line 247 in 14886b9
Dynamo Version
DYNAMO v.3.4.2
Host
Dynamo Sandbox
Operating System
Windows 11
What did you do?
Tried to use List.SortIndexByValue and received a warning
What did you expect to see?
A nice list of integers minding their own business
What did you see instead?
Image
What packages or external references (if any) were used?
None
Stack Trace
n/a
Details
Should be able to use the Comparer on an
IEnumerable<object>