GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / ValidValue Method
In This Topic
    ValidValue Method
    In This Topic
    A function used to check the validity of the given value.
    Syntax
    public virtual double ValidValue( 
       double val
    )

    Parameters

    val

    Return Value

    If the given value is valid, returns that value. Else, returns the valid value that is "closest" to the given value.
    See Also