Eyeshot 10 WinForms API Reference
Clamp Method

WinForms Assembly > devDept.Geometry Namespace > Interval Structure : Clamp Method
The value
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

Reference

Interval Structure
Interval Members