ProtoFlux:BaseValue: Difference between revisions

From Resonite Wiki
Updated description and linked to new quantity types page. "QuantityX" doesn't exist in Resonite.
m YoshBot moved page ProtoFlux:Base Value to ProtoFlux:BaseValue: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
|}}
|}}


The '''Base Value''' node takes in a [[Quantity Types|quantity type]] value and returns the corresponding base value as a [[Type:double|double]].
The '''Base Value''' node takes in a value as a [[Quantity Types|quantity type]] and returns the corresponding base value as a [[Type:double|double]].


To create this node, you need to specify a valid [[Quantity Types|quantity type]] for its generic parameter. Examples: <code>Mass</code>, <code>Time</code>, and <code>Voltage</code>.
To create this node, you need to specify a valid [[Quantity Types|quantity type]] for its generic parameter. Examples: <code>Mass</code>, <code>Time</code>, and <code>Voltage</code>.

Latest revision as of 23:41, 20 August 2025

Base Value <Type>
Value
*
Quantity

The Base Value node takes in a value as a quantity type and returns the corresponding base value as a double.

To create this node, you need to specify a valid quantity type for its generic parameter. Examples: Mass, Time, and Voltage.

Inputs

Value (Quantity)

The quantity value.

Outputs

* (double)

The base value of the quantity, in the quantity type's base unit. (See Quantity Types for a list of all quantity types and their corresponding base units)