Value.Multiply Operator
Multiplies two values together.
public static Value operator *(Value a, Value b)
Remarks
Both values must be either a number or null.
Parameters
| Parameter | Description |
|---|---|
Value a |
The first value. |
Value b |
The second value. |
Return Type
Value: A new Value, containing the result of
multiplying the two values together.
Source
Defined in YarnSpinner/Value.cs, line 486.