Dynamo data types reference guide?

Hi all,

is there a list of data type handled by the Dynamo nodes?

Or, even better, is there a node that returns the data type of the given element / var?

Example of data types: String, Bool, Int, Double, DataTime, List, … and more.

Example of NOT data types: a file path (its a string), an angle in degrees (its a double), an angle in radiant (its a double), etc…

 

Thank you

Gio

Julien Benoit has you covered with his SteamNodes package:

Capture2

Great, that works,

thank you!