Workshop.codes
Create

Add Last updated November 26, 2024

Description

The sum of two numbers or vectors.

Snippet

Add(0, 0);

Properties

Returns: Float | Vector
Parameters: Value, Value

Value
Type: Float | Vector, Default: Number
The left-hand operand. May be any value that results in a number or a vector.

Value
Type: Float | Vector, Default: Number
The right-hand operand. May be any value that results in a number or a vector.

Workshop.codes