Int128.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(SByte to Int128) |
Convierte implícitamente un SByte valor en un entero de 128 bits con signo. |
Implicit(UIntPtr to Int128) |
Convierte implícitamente un UIntPtr valor en un entero de 128 bits con signo. |
Implicit(UInt32 to Int128) |
Convierte implícitamente un UInt32 valor en un entero de 128 bits con signo. |
Implicit(UInt16 to Int128) |
Convierte implícitamente un UInt16 valor en un entero de 128 bits con signo. |
Implicit(IntPtr to Int128) |
Convierte implícitamente un IntPtr valor en un entero de 128 bits con signo. |
Implicit(UInt64 to Int128) |
Convierte implícitamente un UInt64 valor en un entero de 128 bits con signo. |
Implicit(Int32 to Int128) |
Convierte implícitamente un Int32 valor en un entero de 128 bits con signo. |
Implicit(Int16 to Int128) |
Convierte implícitamente un Int16 valor en un entero de 128 bits con signo. |
Implicit(Char to Int128) |
Convierte implícitamente un Char valor en un entero de 128 bits con signo. |
Implicit(Int64 to Int128) |
Convierte implícitamente un Int64 valor en un entero de 128 bits con signo. |
Implicit(Byte to Int128) |
Convierte implícitamente un Byte valor en un entero de 128 bits con signo. |
Implicit(SByte to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un SByte valor en un entero de 128 bits con signo.
public:
static operator Int128(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> Int128
Public Shared Widening Operator CType (value As SByte) As Int128
Parámetros
- value
- SByte
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
- Atributos
Se aplica a
Implicit(UIntPtr to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un UIntPtr valor en un entero de 128 bits con signo.
public:
static operator Int128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> Int128
Public Shared Widening Operator CType (value As UIntPtr) As Int128
Parámetros
- value
-
UIntPtr
unativeint
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
- Atributos
Se aplica a
Implicit(UInt32 to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un UInt32 valor en un entero de 128 bits con signo.
public:
static operator Int128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> Int128
Public Shared Widening Operator CType (value As UInteger) As Int128
Parámetros
- value
- UInt32
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
- Atributos
Se aplica a
Implicit(UInt16 to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un UInt16 valor en un entero de 128 bits con signo.
public:
static operator Int128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> Int128
Public Shared Widening Operator CType (value As UShort) As Int128
Parámetros
- value
- UInt16
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
- Atributos
Se aplica a
Implicit(IntPtr to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convierte implícitamente un IntPtr valor en un entero de 128 bits con signo.
public:
static operator Int128(IntPtr value);
public static implicit operator Int128 (IntPtr value);
static member op_Implicit : nativeint -> Int128
Public Shared Widening Operator CType (value As IntPtr) As Int128
Parámetros
- value
-
IntPtr
nativeint
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
Se aplica a
Implicit(UInt64 to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Importante
Esta API no es conforme a CLS.
Convierte implícitamente un UInt64 valor en un entero de 128 bits con signo.
public:
static operator Int128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> Int128
Public Shared Widening Operator CType (value As ULong) As Int128
Parámetros
- value
- UInt64
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
- Atributos
Se aplica a
Implicit(Int32 to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convierte implícitamente un Int32 valor en un entero de 128 bits con signo.
public:
static operator Int128(int value);
public static implicit operator Int128 (int value);
static member op_Implicit : int -> Int128
Public Shared Widening Operator CType (value As Integer) As Int128
Parámetros
- value
- Int32
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
Se aplica a
Implicit(Int16 to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convierte implícitamente un Int16 valor en un entero de 128 bits con signo.
public:
static operator Int128(short value);
public static implicit operator Int128 (short value);
static member op_Implicit : int16 -> Int128
Public Shared Widening Operator CType (value As Short) As Int128
Parámetros
- value
- Int16
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
Se aplica a
Implicit(Char to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convierte implícitamente un Char valor en un entero de 128 bits con signo.
public:
static operator Int128(char value);
public static implicit operator Int128 (char value);
static member op_Implicit : char -> Int128
Public Shared Widening Operator CType (value As Char) As Int128
Parámetros
- value
- Char
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
Se aplica a
Implicit(Int64 to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convierte implícitamente un Int64 valor en un entero de 128 bits con signo.
public:
static operator Int128(long value);
public static implicit operator Int128 (long value);
static member op_Implicit : int64 -> Int128
Public Shared Widening Operator CType (value As Long) As Int128
Parámetros
- value
- Int64
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.
Se aplica a
Implicit(Byte to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convierte implícitamente un Byte valor en un entero de 128 bits con signo.
public:
static operator Int128(System::Byte value);
public static implicit operator Int128 (byte value);
static member op_Implicit : byte -> Int128
Public Shared Widening Operator CType (value As Byte) As Int128
Parámetros
- value
- Byte
Valor que se va a convertir.
Devoluciones
value
convertido en un entero de 128 bits con signo.