KnotVectorExtender.Offset Method

Adds the specifies delta to all the values of the array.
Public Shared Sub Offset( _ 
ByVal U As Double(), _ 
ByVal delta As Double
)
This language is not supported or no code example is available.
public static void Offset( 
this double[] U
double delta 
)
This language is not supported or no code example is available.

Parameters

U
double[]

delta
double

The offset amount

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition