Value.Division Operator
Divides two values.
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
dividing two values.
Source
Defined in YarnSpinner/Value.cs, line 510.