Dynamo version
2.13.1.3887
Operating system
Windows 10 Home (Build 19043.1586)
What did you do?
Used the List.MaximumItem Node to get the maximum value in a list of Int64s.
What did you expect to see?
The maximum of the list as an Int64
What did you see instead?
The maximum value, but promoted to Double. This doesn't allow the output to be plugged into a List.IndexOf Node as it demands that types match strictly. (IndexOf returns -1)
Screenshot

Dynamo version
2.13.1.3887
Operating system
Windows 10 Home (Build 19043.1586)
What did you do?
Used the List.MaximumItem Node to get the maximum value in a list of Int64s.
What did you expect to see?
The maximum of the list as an Int64
What did you see instead?
The maximum value, but promoted to Double. This doesn't allow the output to be plugged into a List.IndexOf Node as it demands that types match strictly. (IndexOf returns -1)
Screenshot