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