共用方式為


Multiply<TLeft,TRight,TResult>.Checked 屬性

定義

取得或設定值,這個值指出是否會在檢查的內容中執行乘法。

public:
 property bool Checked { bool get(); void set(bool value); };
public bool Checked { get; set; }
member this.Checked : bool with get, set
Public Property Checked As Boolean

屬性值

如果會在檢查的內容中執行乘法,則為 true,否則為 false。 預設為 true

備註

根據預設,Multiply<TLeft,TRight,TResult> 活動會在檢查的內容中執行,如果乘法造成溢位,則會擲回 OverflowException

適用於