======Конструктор DoubleParameter(Object, String, BehaviorType, Double, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.alg.parameters|Topomatic.Alg.Parameters]] * **Сборка:** Topomatic.Alg (в Topomatic.Alg.dll) =====Синтаксис===== public DoubleParameter(object parent, string caption, BehaviorType behavoirType, double defaultValue, bool isSystem) **Параметры** * //parent// * Тип: [[developers:references:system.object|System.Object]] * //caption// * Тип: [[developers:references:system.string|System.String]] * //behavoirType// * Тип: [[developers:references:topomatic.alg.parameters.behaviortype|Topomatic.Alg.Parameters.BehaviorType]] * //defaultValue// * Тип: [[developers:references:system.double|System.Double]] * //isSystem// * Тип: [[developers:references:system.boolean|System.Boolean]]