PinValue.Explicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 a ser convertido
Retornos
Aplica-se 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 a ser convertido
Retornos
Aplica-se 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 a ser convertido