PinValue.LogicalNot(PinValue) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the inverse of the value
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
Parameters
- v
- PinValue
Input value
Returns
High, when the input is low, low when the input is high