PinValue.Explicit Operador
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Explicit(PinValue to Boolean) | |
Explicit(PinValue to Byte) | |
Explicit(PinValue to Int32) |
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
Parámetros
- value
- PinValue
PinValue para convertir
Devoluciones
Se aplica a
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
Parámetros
- value
- PinValue
PinValue para convertir
Devoluciones
Se aplica a
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
Parámetros
- value
- PinValue
PinValue para convertir