PinValue.LogicalNot(PinValue) Operator

Definition

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

Applies to