XYZ.op_Division
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.
-
leftThe value to divide the vector by.
-
DoublevalueThe vector to divide by the value.
Return Value
The divided vector.
The divided vector.
-
Thrown when source isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the specified value is an infinite number or zero.