Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / Scale Method
Scale factor

In This Topic
    Scale Method (KnotVectorExtender)
    In This Topic
    Scales all the values of the array of the specified scale factor.
    Syntax
    'Declaration
     
    Public Shared Sub Scale( _
       ByVal U() As Double, _
       ByVal factor As Double _
    ) 
    public static void Scale( 
       double[] U,
       double factor
    )

    Parameters

    U
    factor
    Scale factor
    See Also