GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / QuantizeBase Property
In This Topic
    QuantizeBase Property (Indicator)
    In This Topic
    Gets or sets the base value which is allowed when Quantized is true.
    Syntax
    [Category("Behavior")]
    [DefaultValue(0)]
    [Description("Used as a base value in the modular function that determines quantized values.")]
    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.
    See Also