Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Interval Structure / ParameterAt Method

In This Topic
    ParameterAt Method
    In This Topic
    Convert normalized parameter to interval value, or pair of values.
    Syntax
    'Declaration
     
    Public Function ParameterAt( _
       ByVal x As Double _
    ) As Double
    public double ParameterAt( 
       double x
    )

    Parameters

    x
    See Also