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