Point4D.Multiply Operator

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

Parameters

value
double

Scalar value

p
Point4D

The 4D point

Return Value

Point4D

The resulting 4D point.

.NET Framework

Supported in: 4.8

In this article

Definition