Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Equation Class / MultiplyBy Method / MultiplyBy(Int32,Int32[],List<Int32>,List<Double>,Double[]) Method

In This Topic
    MultiplyBy(Int32,Int32[],List<Int32>,List<Double>,Double[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function MultiplyBy( _
       ByVal rowIndex As Integer, _
       ByVal I() As Integer, _
       ByVal J As List(Of Integer), _
       ByVal A As List(Of Double), _
       ByVal x() As Double _
    ) As Double
    public double MultiplyBy( 
       int rowIndex,
       int[] I,
       List<int> J,
       List<double> A,
       double[] x
    )

    Parameters

    rowIndex
    I
    J
    A
    x
    See Also