2024 Method
Changes 4
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(XYZ,Double)
public static XYZ operator *(
	XYZ left,
	double value
)
  • left
    The vector to multiply with the value.
  • Double
    value
    The value to multiply with the specified vector.
Return Value The multiplied vector. The multiplied vector.