PinValue.LogicalNot(PinValue) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static System.Device.Gpio.PinValue operator ! (System.Device.Gpio.PinValue v);
static member ( ~~~ ) : System.Device.Gpio.PinValue -> System.Device.Gpio.PinValue
Public Shared Operator Not (v As PinValue) As PinValue
參數
傳回
高,當輸入低時,當輸入為高時,則為低
適用於