KnotVectorExtender.SpanCount Method

Computes number of non-empty spans
Public Shared Function SpanCount( _ 
ByVal U As Double(), _ 
ByVal p As Integer, _ 
ByVal n As Integer
) As Integer
This language is not supported or no code example is available.
public static int SpanCount( 
this double[] U
int p
int n 
)
This language is not supported or no code example is available.

Parameters

U
double[]

p
int

Degree

n
int

Number of control points

Return Value

int

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition