NurbsBase.BernstainDer Method

Computes the value of the first derivative of a Berstain polynomial.
Protected Shared Function BernstainDer( _ 
ByVal i As Integer, _ 
ByVal n As Integer, _ 
ByVal u As Double
) As Double
This language is not supported or no code example is available.
protected static double BernstainDer( 
int i
int n
double u 
)
This language is not supported or no code example is available.

Parameters

i
int

n
int

u
double

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition