KnotVectorExtender.Scale Method

Scales all the values of the array of the specified scale factor.
Public Shared Sub Scale( _ 
ByVal U As Double(), _ 
ByVal factor As Double
)
This language is not supported or no code example is available.
public static void Scale( 
this double[] U
double factor 
)
This language is not supported or no code example is available.

Parameters

U
double[]

factor
double

Scale factor

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition