Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Matrix Class / Multiply4x Method
The matrix
The scalar value

In This Topic
    Multiply4x Method
    In This Topic
    4x4 matrix by scalar multiplication.
    Syntax
    'Declaration
     
    Public Shared Function Multiply4x( _
       ByVal a(,) As Double, _
       ByVal b() As Double _
    ) As Double()
    public static double[] Multiply4x( 
       double[,] a,
       double[] b
    )

    Parameters

    a
    The matrix
    b
    The scalar value

    Return Value

    The multiplication result.
    See Also