XYZ.op_Multiply
Description:
Multiplies the specified number and the specified vector.
Multiplies the specified number and the specified vector.
Remarks:
The multiplied vector is obtained by multiplying each coordinate of the specified vector by the specified value.
The multiplied vector is obtained by multiplying each coordinate of the specified vector by the specified value.
Overloads (2):
op_Multiply(Double,XYZ)
-
valueThe value to multiply with the specified vector.
-
rightThe vector to multiply with the value.
Return Value
The multiplied vector.
The multiplied vector.
-
Thrown when right isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the specified value is an infinite number.