KnotVectorExtender.OneBasisFun Method

Computes the basis function Nip.
Public Shared Function OneBasisFun( _ 
ByVal U As Double(), _ 
ByVal i As Integer, _ 
ByVal u As Double, _ 
ByVal p As Integer
) As Double
This language is not supported or no code example is available.
public static double OneBasisFun( 
this double[] U
int i
double u
int p 
)
This language is not supported or no code example is available.

Parameters

U
double[]

i
int

The non-zero span of the basis functions

u
double

The parametric value

p
int

The degree

Return Value

double

The Nip basis funtion

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition