Eyeshot 9.0 WPF API Reference
Multiplicity Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > KnotVectorExtender Class : Multiplicity Method
The knot index
Computes the multiplicity of the spcified knot value.
Syntax
'Declaration
 
Public Shared Function Multiplicity( _
   ByVal U() As Double, _
   ByVal knotIndex As Integer _
) As Integer
public static int Multiplicity( 
   double[] U,
   int knotIndex
)

Parameters

U
knotIndex
The knot index

Return Value

The knot multiplicity
See Also

Reference

KnotVectorExtender Class
KnotVectorExtender Members