UInt128.Implicit Operador

Definição

Sobrecargas

Implicit(Byte to UInt128)

Converte implicitamente um Byte valor em um inteiro sem sinal de 128 bits.

Implicit(Char to UInt128)

Converte implicitamente um Char valor em um inteiro sem sinal de 128 bits.

Implicit(UInt16 to UInt128)

Converte implicitamente um UInt16 valor em um inteiro sem sinal de 128 bits.

Implicit(UInt32 to UInt128)

Converte implicitamente um UInt32 valor em um inteiro sem sinal de 128 bits.

Implicit(UInt64 to UInt128)

Converte implicitamente um UInt64 valor em um inteiro sem sinal de 128 bits.

Implicit(UIntPtr to UInt128)

Converte implicitamente um UIntPtr valor em um inteiro sem sinal de 128 bits.

Implicit(Byte to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Converte implicitamente um Byte valor em um inteiro sem sinal de 128 bits.

public:
 static operator UInt128(System::Byte value);
public static implicit operator UInt128 (byte value);
static member op_Implicit : byte -> UInt128
Public Shared Widening Operator CType (value As Byte) As UInt128

Parâmetros

value
Byte

O valor a ser convertido.

Retornos

value convertido em um inteiro sem sinal de 128 bits.

Aplica-se a

Implicit(Char to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Converte implicitamente um Char valor em um inteiro sem sinal de 128 bits.

public:
 static operator UInt128(char value);
public static implicit operator UInt128 (char value);
static member op_Implicit : char -> UInt128
Public Shared Widening Operator CType (value As Char) As UInt128

Parâmetros

value
Char

O valor a ser convertido.

Retornos

value convertido em um inteiro sem sinal de 128 bits.

Aplica-se a

Implicit(UInt16 to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Converte implicitamente um UInt16 valor em um inteiro sem sinal de 128 bits.

public:
 static operator UInt128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> UInt128
Public Shared Widening Operator CType (value As UShort) As UInt128

Parâmetros

value
UInt16

O valor a ser convertido.

Retornos

value convertido em um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UInt32 to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Converte implicitamente um UInt32 valor em um inteiro sem sinal de 128 bits.

public:
 static operator UInt128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> UInt128
Public Shared Widening Operator CType (value As UInteger) As UInt128

Parâmetros

value
UInt32

O valor a ser convertido.

Retornos

value convertido em um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UInt64 to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Converte implicitamente um UInt64 valor em um inteiro sem sinal de 128 bits.

public:
 static operator UInt128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> UInt128
Public Shared Widening Operator CType (value As ULong) As UInt128

Parâmetros

value
UInt64

O valor a ser convertido.

Retornos

value convertido em um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UIntPtr to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Converte implicitamente um UIntPtr valor em um inteiro sem sinal de 128 bits.

public:
 static operator UInt128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> UInt128
Public Shared Widening Operator CType (value As UIntPtr) As UInt128

Parâmetros

value
UIntPtr

unativeint

O valor a ser convertido.

Retornos

value convertido em um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a