Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / GaussQuadrature Method

In This Topic
    GaussQuadrature Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub GaussQuadrature( _
       ByRef gpPosition As Double(), _
       ByRef gpWeight As Double() _
    ) 
    protected void GaussQuadrature( 
       out double[] gpPosition,
       out double[] gpWeight
    )

    Parameters

    gpPosition
    gpWeight
    See Also