UInt128.Explicit Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| Explicit(UInt128 to UIntPtr) |
Converte explicitamente um inteiro sem sinal de 128 bits num UIntPtr valor. |
| Explicit(UInt128 to UInt64) |
Converte explicitamente um inteiro sem sinal de 128 bits num UInt64 valor. |
| Explicit(UInt128 to UInt32) |
Converte explicitamente um inteiro sem sinal de 128 bits num UInt32 valor. |
| Explicit(UInt128 to UInt16) |
Converte explicitamente um inteiro sem sinal de 128 bits num UInt16 valor. |
| Explicit(UInt128 to Single) |
Converte explicitamente um inteiro sem sinal de 128 bits num Single valor. |
| Explicit(UInt128 to SByte) |
Converte explicitamente um inteiro sem sinal de 128 bits num SByte valor. |
| Explicit(UInt128 to IntPtr) |
Converte explicitamente um inteiro sem sinal de 128 bits num IntPtr valor. |
| Explicit(UInt128 to Int64) |
Converte explicitamente um inteiro sem sinal de 128 bits num Int64 valor. |
| Explicit(UInt128 to Int32) |
Converte explicitamente um inteiro sem sinal de 128 bits num Int32 valor. |
| Explicit(UInt128 to Int128) |
Converte explicitamente um inteiro sem sinal de 128 bits num Int128 valor. |
| Explicit(UInt128 to Half) |
Converte explicitamente um inteiro sem sinal de 128 bits num Half valor. |
| Explicit(UInt128 to Int16) |
Converte explicitamente um inteiro sem sinal de 128 bits num Int16 valor. |
| Explicit(UInt128 to Decimal) |
Converte explicitamente um inteiro sem sinal de 128 bits num Decimal valor. |
| Explicit(Decimal to UInt128) |
Converte explicitamente um Decimal valor num inteiro sem sinal de 128 bits. |
| Explicit(UInt128 to Double) |
Converte explicitamente um inteiro sem sinal de 128 bits num Double valor. |
| Explicit(Int16 to UInt128) |
Converte explicitamente um Int16 valor num inteiro sem sinal de 128 bits. |
| Explicit(Int32 to UInt128) |
Converte explicitamente um Int32 valor num inteiro sem sinal de 128 bits. |
| Explicit(Int64 to UInt128) |
Converte explicitamente um Int64 valor num inteiro sem sinal de 128 bits. |
| Explicit(Double to UInt128) |
Converte explicitamente um Double valor num inteiro sem sinal de 128 bits. |
| Explicit(SByte to UInt128) |
Converte explicitamente um SByte valor num inteiro sem sinal de 128 bits. |
| Explicit(Single to UInt128) |
Converte explicitamente um Single valor num inteiro sem sinal de 128 bits. |
| Explicit(UInt128 to Byte) |
Converte explicitamente um inteiro sem sinal de 128 bits num Byte valor. |
| Explicit(UInt128 to Char) |
Converte explicitamente um inteiro sem sinal de 128 bits num Char valor. |
| Explicit(IntPtr to UInt128) |
Converte explicitamente um IntPtr valor num inteiro sem sinal de 128 bits. |
Explicit(UInt128 to UIntPtr)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- 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 num 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 converter.
Devoluções
unativeint
value convertido para um UIntPtr.
- Atributos
Aplica-se a
Explicit(UInt128 to UInt64)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- 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 num 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 converter.
Devoluções
value convertido para um UInt64.
- Atributos
Aplica-se a
Explicit(UInt128 to UInt32)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- 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 num 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 converter.
Devoluções
value convertido para um UInt32.
- Atributos
Aplica-se a
Explicit(UInt128 to UInt16)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- 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 num 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 converter.
Devoluções
value convertido para um UInt16.
- Atributos
Aplica-se a
Explicit(UInt128 to Single)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Single.
Aplica-se a
Explicit(UInt128 to SByte)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- 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 num 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 converter.
Devoluções
value convertido para um SByte.
- Atributos
Aplica-se a
Explicit(UInt128 to IntPtr)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
nativeint
value convertido para um IntPtr.
Aplica-se a
Explicit(UInt128 to Int64)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Int64.
Aplica-se a
Explicit(UInt128 to Int32)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Int32.
Aplica-se a
Explicit(UInt128 to Int128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- 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 num 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 converter.
Devoluções
value convertido para um Int128.
- Atributos
Aplica-se a
Explicit(UInt128 to Half)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Half.
Aplica-se a
Explicit(UInt128 to Int16)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Int16.
Aplica-se a
Explicit(UInt128 to Decimal)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Decimal.
Aplica-se a
Explicit(Decimal to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Decimal valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(UInt128 to Double)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Double.
Aplica-se a
Explicit(Int16 to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Int16 valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(Int32 to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Int32 valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(Int64 to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Int64 valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(Double to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Double valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(SByte to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um SByte valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
- Atributos
Aplica-se a
Explicit(Single to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um Single valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.
Aplica-se a
Explicit(UInt128 to Byte)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Byte.
Aplica-se a
Explicit(UInt128 to Char)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um inteiro sem sinal de 128 bits num 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 converter.
Devoluções
value convertido para um Char.
Aplica-se a
Explicit(IntPtr to UInt128)
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
- Origem:
- UInt128.cs
Converte explicitamente um IntPtr valor num 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 converter.
Devoluções
value convertido para um inteiro sem sinal de 128 bits.