Partilhar via


PinValue.Explicit Operador

Definição

Sobrecargas

Explicit(PinValue to Boolean)

Conversão em byte. Retorna true em High, false em Low

Explicit(PinValue to Byte)

Conversão em byte. Retorna 1 em High, 0 em Low

Explicit(PinValue to Int32)

Conversão em int. Retorna 1 em High, 0 em Low

Explicit(PinValue to Boolean)

Conversão em byte. Retorna true em High, false em Low

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)

Conversão em byte. Retorna 1 em High, 0 em Low

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)

Conversão em int. Retorna 1 em High, 0 em Low

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

Retornos

Aplica-se a