Point3D.op_Multiply

Point3D Multiply operator

Implements the operator *.

public static Point3D operator *(Point3D point, double scale)
ParameterTypeDescription
pointPoint3DThe point.
scaleDoubleThe scale.

Return Value

The result of the operator.

See Also