Point3D.Multiply (Double, Point3D) Operator

Product between a 3D point and a scalar s.
Public Shared Operator *( _ 
ByVal s As Double, _ 
ByVal p As Point3D
) As Point3D
This language is not supported or no code example is available.
public static Point3D operator *( 
double s
Point3D p 
)
This language is not supported or no code example is available.

Parameters

s
double

Scalar value

p
Point3D

The point

Return Value

Point3D

The resulting 3D point.

.NET Framework

Supported in: 4.8

In this article

Definition