Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Multiplication Operator
Scalar value
The 4D point

In This Topic
    Multiplication Operator (Point4D)
    In This Topic
    Product between a scalar value and a 4D point.
    Syntax
    'Declaration
     
    Public Operator *( _
       ByVal value As Double, _
       ByVal p As Point4D _
    ) As Point4D
    public Point4D operator *( 
       double value,
       Point4D p
    )

    Parameters

    value
    Scalar value
    p
    The 4D point

    Return Value

    The resulting 4D point.
    See Also