Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / Multiplicity Method
The knot index

In This Topic
    Multiplicity Method
    In This Topic
    Computes the multiplicity of the spcified knot value.
    Syntax
    'Declaration
     
    Public Shared Function Multiplicity( _
       ByVal U() As Double, _
       ByVal knotIndex As Integer _
    ) As Integer
    public static int Multiplicity( 
       double[] U,
       int knotIndex
    )

    Parameters

    U
    knotIndex
    The knot index

    Return Value

    The knot multiplicity
    See Also