Overload_Rhino_RhinoMath_Clamp - mcneel/rhinocommon-api-docs GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
Clamp(Double, Double, Double) | Restricts a Double to be specified within an interval of two numbers. |
![]()
|
Clamp(Int32, Int32, Int32) | Restricts a Int32 to be specified within an interval of two integers. |
