XYZ.Division Operator
Description:
Divides the specified vector by the specified value.
Divides the specified vector by the specified value.
Remarks:
The divided vector is obtained by dividing each coordinate of the specified vector by the specified value.
The divided vector is obtained by dividing each coordinate of the specified vector by the specified value.
Parameters
Parameter | Type | Description |
---|---|---|
left | XYZ | The value to divide the vector by. |
value | Double | The vector to divide by the value. |
Return Value
Type | Description |
---|---|
XYZ | The divided vector. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when source is. |
ArgumentException | Thrown when the specified value is an infinite number or zero. |