HTML Visual replaced by image due to wiki limitations
The Value Cast node exists in two forms. In the Casts category, it casts any Value or Nullable into an Object. In the Core/Casts category, it exists as a menu for all valid casts between any two respective values, such as casting a float4 into a float3.
Inputs
Input (Pseudo-generic)
The Value or Nullable to cast.
* (Pseudo-generic)
Input
casted to either an object, in the case of the Casts/ValueCast
node, or to the respective output Value type, in the case of the Core/Casts/ValueCast
node.