KnotVectorExtender.MinAcceptableKnotDistance Method

Computes the minimum acceptable knot distance.
Public Shared Function MinAcceptableKnotDistance( _ 
ByVal U As Double(), _ 
ByVal p As Integer
) As Double
This language is not supported or no code example is available.
public static double MinAcceptableKnotDistance( 
this double[] U
int p 
)
This language is not supported or no code example is available.

Parameters

U
double[]

p
int

Degree

Return Value

double

The minimum acceptable knot distance.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition