'Declaration <DescriptionAttribute("A value indicating whether spectrum centering should be used.")> <DefaultValueAttribute(True)> Protected Property UseSpectrumCentering As Boolean
[Description("A value indicating whether spectrum centering should be used.")] [DefaultValue(True)] protected bool UseSpectrumCentering { get; set; }
[Description("A value indicating whether spectrum centering should be used.")] [DefaultValue(True)] protected: __property bool get_UseSpectrumCentering(); protected: __property void set_UseSpectrumCentering(
bool value
);
[Description("A value indicating whether spectrum centering should be used.")] [DefaultValue(True)] protected:
property bool UseSpectrumCentering { bool get(); void set(bool value); }
Property Value
True - центрирование спектра выполняется до фильтрации/анализа спектра и после фильтрации/анализа спектра;
false - центрирование спектра не используется .
Значение по умолчанию - true.
false - центрирование спектра не используется .
Значение по умолчанию - true.