次の方法で共有


PinValue.LogicalNot(PinValue) Operator

定義

値の逆関数を返します。

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

パラメーター

v
PinValue

入力値

戻り値

高、入力が低い場合は低、入力が高い場合は低

適用対象