Partager via


PinValue.Implicit Opérateur

Définition

Surcharges

Implicit(Boolean to PinValue)

Conversion implicite à partir de bool. false signifie Low, true signifie High

Implicit(Int32 to PinValue)

La conversion implicite de int. 0 signifie Low, tout le reste signifie High.

Implicit(Boolean to PinValue)

Conversion implicite à partir de bool. false signifie Low, true signifie High

public static implicit operator System.Device.Gpio.PinValue(bool value);
static member op_Implicit : bool -> System.Device.Gpio.PinValue
Public Shared Widening Operator CType (value As Boolean) As PinValue

Paramètres

value
Boolean

Valeur à définir

Retours

S’applique à

Implicit(Int32 to PinValue)

La conversion implicite de int. 0 signifie Low, tout le reste signifie High.

public static implicit operator System.Device.Gpio.PinValue(int value);
static member op_Implicit : int -> System.Device.Gpio.PinValue
Public Shared Widening Operator CType (value As Integer) As PinValue

Paramètres

value
Int32

Valeur à définir

Retours

S’applique à