2025 Method
Changes 5
M

XYZ.Multiply

Description:
Multiplies this 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 XYZ Multiply(
	double value
)
  • value
    The value to multiply with this vector.
Return Value XYZ The multiplied vector.