a
(float, default: 0): The input floating-point number to be negated.result
(float): The negated value of the input.a
input of the Math Negate Float node.result
output.input/float
node (ID: 1) provides a floating-point value of 42.5.math/negate/float
node (ID: 2) takes the value from node 1 and negates it.output/float
node (ID: 3) receives the negated value from node 2 and outputs it.