KnotVectorExtender.Multiplicity Method

Computes the multiplicity of the spcified knot value.
Public Shared Function Multiplicity( _ 
ByVal U As Double(), _ 
ByVal knotIndex As Integer
) As Integer
This language is not supported or no code example is available.
public static int Multiplicity( 
this double[] U
int knotIndex 
)
This language is not supported or no code example is available.

Parameters

U
double[]

knotIndex
int

The knot index

Return Value

int

The knot multiplicity

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition