SrgsItem.Weight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property float Weight { float get(); void set(float value); };
public float Weight { get; set; }
member this.Weight : single with get, set
Public Property Weight As Single
屬性值
浮點值,會調整這個項目被說出的可能性。
例外狀況
嘗試將 Weight 設為負值。
備註
此屬性的預設值為 1.0,相當於不加權專案。 大於 1.0 的權數會正面偏差專案將說出的可能性,而小於 1.0 的權數會偏差專案將說出的可能性。
這個屬性只與 SrgsItem 實例內的 SrgsOneOf 物件相關;所有其他情況下都會忽略此屬性。