NurbsBase.Bernstain Method

Computes the value of Berstain polynomial.
Protected Shared Function Bernstain( _ 
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 Bernstain( 
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