Partager via


EntireDetectResponse.LowerMargins Propriété

Définition

Obtient ou définit lowerMargins contient la marge inférieure de chaque point d’entrée. LowerMargin est utilisé pour calculer la limite inférieure, qui est égale à expectedValue - (100 - marginScale)*lowerMargin. Les points entre la limite peuvent être marqués comme normaux côté client. L’index du tableau est cohérent avec la série d’entrée.

[Newtonsoft.Json.JsonProperty(PropertyName="lowerMargins")]
public System.Collections.Generic.IList<double> LowerMargins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lowerMargins")>]
member this.LowerMargins : System.Collections.Generic.IList<double> with get, set
Public Property LowerMargins As IList(Of Double)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à