PinValue.Explicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Explicit(PinValue to Boolean)
public static explicit operator bool(System.Device.Gpio.PinValue value);
static member op_Explicit : System.Device.Gpio.PinValue -> bool
Public Shared Narrowing Operator CType (value As PinValue) As Boolean
Paramètres
- value
- PinValue
PinValue à convertir
Retours
S’applique à
Explicit(PinValue to Byte)
public static explicit operator byte(System.Device.Gpio.PinValue value);
static member op_Explicit : System.Device.Gpio.PinValue -> byte
Public Shared Narrowing Operator CType (value As PinValue) As Byte
Paramètres
- value
- PinValue
PinValue à convertir
Retours
S’applique à
Explicit(PinValue to Int32)
public static explicit operator int(System.Device.Gpio.PinValue value);
static member op_Explicit : System.Device.Gpio.PinValue -> int
Public Shared Narrowing Operator CType (value As PinValue) As Integer
Paramètres
- value
- PinValue
PinValue à convertir