UInt128.Explicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Explicit(UInt128 to UIntPtr) |
Converte explicitamente um inteiro sem sinal de 128 bits em um UIntPtr valor. |
Explicit(UInt128 to UInt64) |
Converte explicitamente um inteiro sem sinal de 128 bits em um UInt64 valor. |
Explicit(UInt128 to UInt32) |
Converte explicitamente um inteiro sem sinal de 128 bits em um UInt32 valor. |
Explicit(UInt128 to UInt16) |
Converte explicitamente um inteiro sem sinal de 128 bits em um UInt16 valor. |
Explicit(UInt128 to Single) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Single valor. |
Explicit(UInt128 to SByte) |
Converte explicitamente um inteiro sem sinal de 128 bits em um SByte valor. |
Explicit(UInt128 to IntPtr) |
Converte explicitamente um inteiro sem sinal de 128 bits em um IntPtr valor. |
Explicit(UInt128 to Int64) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Int64 valor. |
Explicit(UInt128 to Int32) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Int32 valor. |
Explicit(UInt128 to Int128) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Int128 valor. |
Explicit(UInt128 to Half) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Half valor. |
Explicit(UInt128 to Int16) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Int16 valor. |
Explicit(UInt128 to Decimal) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Decimal valor. |
Explicit(Decimal to UInt128) |
Converte explicitamente um Decimal valor em um inteiro sem sinal de 128 bits. |
Explicit(UInt128 to Double) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Double valor. |
Explicit(Int16 to UInt128) |
Converte explicitamente um Int16 valor em um inteiro sem sinal de 128 bits. |
Explicit(Int32 to UInt128) |
Converte explicitamente um Int32 valor em um inteiro sem sinal de 128 bits. |
Explicit(Int64 to UInt128) |
Converte explicitamente um Int64 valor em um inteiro sem sinal de 128 bits. |
Explicit(Double to UInt128) |
Converte explicitamente um Double valor em um inteiro sem sinal de 128 bits. |
Explicit(SByte to UInt128) |
Converte explicitamente um SByte valor em um inteiro sem sinal de 128 bits. |
Explicit(Single to UInt128) |
Converte explicitamente um Single valor em um inteiro sem sinal de 128 bits. |
Explicit(UInt128 to Byte) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Byte valor. |
Explicit(UInt128 to Char) |
Converte explicitamente um inteiro sem sinal de 128 bits em um Char valor. |
Explicit(IntPtr to UInt128) |
Converte explicitamente um IntPtr valor em um inteiro sem sinal de 128 bits. |
Explicit(UInt128 to UIntPtr)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
unativeint
value
convertido em um UIntPtr.
- Atributos
Aplica-se a
Explicit(UInt128 to UInt64)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um UInt64.
- Atributos
Aplica-se a
Explicit(UInt128 to UInt32)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um UInt32.
- Atributos
Aplica-se a
Explicit(UInt128 to UInt16)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um UInt16.
- Atributos
Aplica-se a
Explicit(UInt128 to Single)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Single.
Aplica-se a
Explicit(UInt128 to SByte)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um SByte.
- Atributos
Aplica-se a
Explicit(UInt128 to IntPtr)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
nativeint
value
convertido em um IntPtr.
Aplica-se a
Explicit(UInt128 to Int64)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Int64.
Aplica-se a
Explicit(UInt128 to Int32)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Int32.
Aplica-se a
Explicit(UInt128 to Int128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Int128.
- Atributos
Aplica-se a
Explicit(UInt128 to Half)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Half.
Aplica-se a
Explicit(UInt128 to Int16)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Int16.
Aplica-se a
Explicit(UInt128 to Decimal)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Decimal.
Aplica-se a
Explicit(Decimal to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Decimal valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(UInt128 to Double)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Double.
Aplica-se a
Explicit(Int16 to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Int16 valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(Int32 to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Int32 valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(Int64 to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Int64 valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(Double to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Double valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(SByte to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um SByte valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
- Atributos
Aplica-se a
Explicit(Single to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Single valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(UInt128 to Byte)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Byte.
Aplica-se a
Explicit(UInt128 to Char)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits em um 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
O valor a ser convertido.
Retornos
value
convertido em um Char.
Aplica-se a
Explicit(IntPtr to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um IntPtr valor em um inteiro sem sinal de 128 bits.
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
O valor a ser convertido.
Retornos
value
convertido em um inteiro sem sinal de 128 bits.