KnotVectorExtender.Split (Double(), Double, Int32, Int32, Int32, out Int32) Method

For internal use only.
Public Shared Function Split( _ 
ByVal U As Double(), _ 
ByVal u As Double, _ 
ByVal middex As Integer, _ 
ByVal m As Integer, _ 
ByVal k As Integer, _ 
ByRef splitPt As Integer
) As Integer
This language is not supported or no code example is available.
public static int Split( 
this double[] U
double u
int middex
int m
int k
out int splitPt 
)
This language is not supported or no code example is available.

Parameters

U
double[]

u
double

middex
int

m
int

k
int

splitPt
int

Return Value

int

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition