Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / Split Method / Split(Double[],Double,Int32,Int32,Int32,Int32) Method

In This Topic
    Split(Double[],Double,Int32,Int32,Int32,Int32) Method
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Split( _
       ByVal U() As Double, _
       ByVal u1 As Double, _
       ByVal middex As Integer, _
       ByVal m As Integer, _
       ByVal k As Integer, _
       ByRef splitPt As Integer _
    ) As Integer
    public static int Split( 
       double[] U,
       double u1,
       int middex,
       int m,
       int k,
       out int splitPt
    )

    Parameters

    U
    u1
    middex
    m
    k
    splitPt
    See Also