Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / ParametersDontChangeSignificantly Method

In This Topic
    ParametersDontChangeSignificantly Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ParametersDontChangeSignificantly( _
       ByVal stepLength As Double, _
       ByVal problemSize As Double _
    ) As Boolean
    public static bool ParametersDontChangeSignificantly( 
       double stepLength,
       double problemSize
    )

    Parameters

    stepLength
    problemSize
    See Also