Skip to content

List.MaximumItem and List.MinimumItem automatically promote type from Int64 to Double. #281

Description

@helminzo

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

bug

Metadata

Metadata

Labels

TrackedItems that are tracked internally on the development boardsWishlist

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Triage
Status
Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions