======Метод Vector4D.Clamp(Vector4D, Vector4D, Vector4D, Vector4D)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public static void Clamp(ref Vector4D value1, ref Vector4D min, ref Vector4D max, out Vector4D result) **Параметры** * //value1// * Тип: [[developers:references:topomatic.cad.foundation.vector4d|Topomatic.Cad.Foundation.Vector4D]] * //min// * Тип: [[developers:references:topomatic.cad.foundation.vector4d|Topomatic.Cad.Foundation.Vector4D]] * //max// * Тип: [[developers:references:topomatic.cad.foundation.vector4d|Topomatic.Cad.Foundation.Vector4D]] * //result// * Тип: [[developers:references:topomatic.cad.foundation.vector4d|Topomatic.Cad.Foundation.Vector4D]]