Property nodes
Released in version:
1.0.6
Flutter/Dart link:
https://api.dart.dev/stable/2.18.1/dart-core/num/toDouble.htmlarrow-up-right
The "Int to double" node is a property node that allows you to convert a value of type Int to a value of type Double.
Inputs
number
Int
Integer to cast
Outputs
result
Double
Double converted
Last updated 3 years ago