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