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

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

    Parameters

    p
    The 4D point
    s
    Scalar value

    Return Value

    The resulting 4D point.
    See Also