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(XYZ,Double)
-
leftThe vector to multiply with the value.
-
DoublevalueThe value to multiply with the specified vector.
Return Value
The multiplied vector.
The multiplied vector.
-
Thrown when source isnullNothingnullptra null reference (Nothingin Visual Basic).
-
Thrown when the specified value is an infinite number.