GoDiagram Web Reference
QuantizeBase Property (Indicator)

Gets or sets the base value which is allowed when Quantized is true.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Used as a base value in the modular function that determines quantized values.")>
<DefaultValueAttribute()>
Public Overridable Property QuantizeBase As Double
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Used as a base value in the modular function that determines quantized values.")]
[DefaultValueAttribute()]
public virtual double QuantizeBase {get; set;}
Remarks
Setting this property does not actually change the Value. If you want to make sure the Value is "quantized" correctly, you will need to set it explicitly.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Indicator Class
Indicator Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback