2027 Method
Changes 0
M

UV.Multiply

Description:
Multiplies this 2-D vector by the specified value and returns the result.
Remarks:
The multiplied vector is obtained by multiplying each coordinate of this vector by the specified value.
public UV Multiply(
	double value
)
  • Double
    value
    The value to multiply with this vector.
Return Value UV The multiplied 2-D vector.