Search Results for

    Show / Hide Table of Contents

    Class QueuePriorityMathFunctionAndArgumentsExponentialFalling

    (a^b)^-x: Result divides by A every 1/B>, example:
    a == 3, b == 0.1, x == 0 => 1
    a == 3, b == 0.1, x == 10 => 1/3
    a == 3, b == 0.1, x == 20 => 1/9

    Inheritance
    object
    QueuePriorityMathFunctionAndArguments
    QueuePriorityMathFunctionAndArgumentsExponentialFalling
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class QueuePriorityMathFunctionAndArgumentsExponentialFalling : QueuePriorityMathFunctionAndArguments

    Properties

    A

    Declaration
    [JsonProperty("a", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public double A { get; set; }
    Property Value
    double

    B

    Declaration
    [JsonProperty("b", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public double B { get; set; }
    Property Value
    double

    Methods

    FromJson(string)

    Declaration
    public static QueuePriorityMathFunctionAndArgumentsExponentialFalling FromJson(string data)
    Parameters
    string data

    Returns
    QueuePriorityMathFunctionAndArgumentsExponentialFalling

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX