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
QueuePriorityMathFunctionAndArgumentsExponentialFalling
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
Declaration
[JsonProperty("a", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double A { get; set; }
Property Value
Declaration
[JsonProperty("b", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double B { get; set; }
Property Value
Methods
Declaration
public static QueuePriorityMathFunctionAndArgumentsExponentialFalling FromJson(string data)
Parameters
Returns