Skip to content

Point4d.Multiply (Point4d, Double)

Public Operator

Multiplies a point by a number.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public static Point4d operator *(
Point4d point,
double d
)

Parameters

point

Type: Rhino.Geometry.Point4d
A point.

d

Type:System.Double
A number.

Return Value

Type: Point4d
A new point that results from the coordinate-wise multiplication of point with d.