Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / FindSpanMult Method / FindSpanMult(Double[],Double,Int32,Int32,Int32) Method
The degree
The knot index
The knot multiplicity

In This Topic
    FindSpanMult(Double[],Double,Int32,Int32,Int32) Method
    In This Topic
    Given a double u in the inteval [u_k, u_k+1), finds the index k and the multiplicity s
    Syntax
    'Declaration
     
    Public Overloads Shared Sub FindSpanMult( _
       ByVal U() As Double, _
       ByVal u1 As Double, _
       ByVal p As Integer, _
       ByRef k As Integer, _
       ByRef s As Integer _
    ) 
    public static void FindSpanMult( 
       double[] U,
       double u1,
       int p,
       out int k,
       out int s
    )

    Parameters

    U
    u1
    p
    The degree
    k
    The knot index
    s
    The knot multiplicity
    Remarks
    The highest multiplicity detected is p+1.
    See Also