2024 Method
Changes 0
M

UV.op_Multiply

Description:
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.
Overloads (2):
op_Multiply(Double,UV)
public static UV operator *(
	double value,
	UV right
)
  • Double
    value
    The value to multiply with the specified vector.
  • right
    The vector to multiply with the value.
Return Value UV The multiplied 2-D vector.