Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Interval Structure / Clamp Method
The value

In This Topic
    Clamp Method
    In This Topic
    Clamps the value between the interval bounds.
    Syntax
    'Declaration
     
    Public Sub Clamp( _
       ByRef t As Double _
    ) 
    public void Clamp( 
       ref double t
    )

    Parameters

    t
    The value
    See Also