Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / KnotVectorExtender Class / Normalize Method

In This Topic
    Normalize Method (KnotVectorExtender)
    In This Topic
    Normalize the values in the array.
    Syntax
    'Declaration
     
    Public Shared Sub Normalize( _
       ByVal items() As Double _
    ) 
    public static void Normalize( 
       double[] items
    )

    Parameters

    items
    See Also