UInt128.Implicit 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
Implicit(Byte to UInt128) |
Convierte implícitamente un valor en un Byte entero de 128 bits sin signo. |
Implicit(Char to UInt128) |
Convierte implícitamente un valor en un Char entero de 128 bits sin signo. |
Implicit(UInt16 to UInt128) |
Convierte implícitamente un valor en un UInt16 entero de 128 bits sin signo. |
Implicit(UInt32 to UInt128) |
Convierte implícitamente un valor en un UInt32 entero de 128 bits sin signo. |
Implicit(UInt64 to UInt128) |
Convierte implícitamente un valor en un UInt64 entero de 128 bits sin signo. |
Implicit(UIntPtr to UInt128) |
Convierte implícitamente un valor en un UIntPtr entero de 128 bits sin signo. |
Implicit(Byte to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Convierte implícitamente un valor en un Byte entero de 128 bits sin signo.
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
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits sin signo.
Se aplica a
Implicit(Char to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Convierte implícitamente un valor en un Char entero de 128 bits sin signo.
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
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits sin signo.
Se aplica a
Implicit(UInt16 to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un valor en un UInt16 entero de 128 bits sin signo.
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
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits sin signo.
- Atributos
Se aplica a
Implicit(UInt32 to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un valor en un UInt32 entero de 128 bits sin signo.
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
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits sin signo.
- Atributos
Se aplica a
Implicit(UInt64 to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un valor en un UInt64 entero de 128 bits sin signo.
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
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits sin signo.
- Atributos
Se aplica a
Implicit(UIntPtr to UInt128)
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un valor en un UIntPtr entero de 128 bits sin signo.
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
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits sin signo.
- Atributos