Base Value <Type>
Quantity
The Base Value node takes in a unit of measurement as its type and returns a double value of the base value of the provided type.
To create a node within this category, keep in mind you want to type QuantityX.
at the beginning of your search, and then the unit you want to use. Examples: QuantityX.Mass
, QuantityX.Time
, and QuantityX.Voltage
.
Inputs
Value (Pseudo-Generic)
The unit of measurement type value.
Outputs
* (double)
The base amount of that provided type.