Search Results for

    Show / Hide Table of Contents

    Class DivideParameters

    Paramters of the divide model

    Inheritance
    object
    ModelParametersBaseClass
    DivideParameters
    Inherited Members
    ModelParametersBaseClass.Fitting
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TimeSeriesAnalysis.Dynamic
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public class DivideParameters : ModelParametersBaseClass

    Constructors

    | Edit this page View Source

    DivideParameters()

    Default constructor

    Declaration
    public DivideParameters()

    Properties

    | Edit this page View Source

    NanValueIn

    protect from specific bad value

    Declaration
    public double NanValueIn { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    NanValueOut

    value to give if divideByZero

    Declaration
    public double NanValueOut { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Y_max

    maximum output value

    Declaration
    public double Y_max { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    Y_min

    minimum output value

    Declaration
    public double Y_min { get; set; }
    Property Value
    Type Description
    double
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX