2025 Method
Changes 5
M

XYZ.op_Multiply

Description:
Multiplies the specified number and the specified vector.
Remarks:
The multiplied vector is obtained by multiplying each coordinate of the specified vector by the specified value.
Overloads (2):
op_Multiply(Double,XYZ)
public static XYZ operator *(
	double value,
	XYZ right
)
  • value
    The value to multiply with the specified vector.
  • right
    The vector to multiply with the value.
Return Value XYZ The multiplied vector.