UV.op_Multiply
Description:
The product of the specified number and the specified 2-D vector.
The product of the specified number and the specified 2-D 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,UV)
-
DoublevalueThe value to multiply with the specified vector.
-
rightThe vector to multiply with the value.
-
Thrown when the specified value is an infinite number.
-
Thrown when right isnullNothingnullptra null reference (Nothingin Visual Basic).