Int128.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(Single to Int128) |
Converte explicitamente um Single valor em um inteiro com sinal de 128 bits. |
Explicit(Int128 to UIntPtr) |
Converte explicitamente um inteiro com sinal de 128 bits em um UIntPtr valor. |
Explicit(Int128 to UInt64) |
Converte explicitamente um inteiro com sinal de 128 bits em um UInt64 valor. |
Explicit(Int128 to UInt32) |
Converte explicitamente um inteiro com sinal de 128 bits em um UInt32 valor. |
Explicit(Int128 to UInt16) |
Converte explicitamente um inteiro com sinal de 128 bits em um UInt16 valor. |
Explicit(Int128 to UInt128) |
Converte explicitamente um inteiro com sinal de 128 bits em um UInt128 valor. |
Explicit(Int128 to Single) |
Converte explicitamente um inteiro com sinal de 128 bits em um Single valor. |
Explicit(Int128 to SByte) |
Converte explicitamente um inteiro com sinal de 128 bits em um SByte valor. |
Explicit(Int128 to IntPtr) |
Converte explicitamente um inteiro com sinal de 128 bits em um IntPtr valor. |
Explicit(Int128 to Int32) |
Converte explicitamente um inteiro com sinal de 128 bits em um Int32 valor. |
Explicit(Int128 to Int16) |
Converte explicitamente um inteiro com sinal de 128 bits em um Int16 valor. |
Explicit(Int128 to Half) |
Converte explicitamente um inteiro com sinal de 128 bits em um Half valor. |
Explicit(Int128 to Double) |
Converte explicitamente um inteiro com sinal de 128 bits em um Double valor. |
Explicit(Int128 to Decimal) |
Converte explicitamente um inteiro com sinal de 128 bits em um Decimal valor. |
Explicit(Int128 to Char) |
Converte explicitamente um inteiro com sinal de 128 bits em um Char valor. |
Explicit(Int128 to Byte) |
Converte explicitamente um inteiro com sinal de 128 bits em um Byte valor. |
Explicit(Double to Int128) |
Converte explicitamente um Double valor em um inteiro com sinal de 128 bits. |
Explicit(Decimal to Int128) |
Converte explicitamente um Decimal valor em um inteiro com sinal de 128 bits. |
Explicit(Int128 to Int64) |
Converte explicitamente um inteiro com sinal de 128 bits em um Int64 valor. |
Explicit(Single to Int128)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um Single valor em um inteiro com sinal de 128 bits.
public:
static explicit operator Int128(float value);
public static explicit operator Int128 (float value);
static member op_Explicit : single -> Int128
Public Shared Narrowing Operator CType (value As Single) As Int128
Parâmetros
- value
- Single
O valor a ser convertido.
Retornos
value
convertido em um inteiro com sinal de 128 bits.
Aplica-se a
Explicit(Int128 to UIntPtr)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro com sinal de 128 bits em um UIntPtr valor.
public:
static explicit operator UIntPtr(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr (Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> unativeint
Public Shared Narrowing Operator CType (value As Int128) As UIntPtr
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
unativeint
value
convertido em um UIntPtr.
- Atributos
Aplica-se a
Explicit(Int128 to UInt64)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro com sinal de 128 bits em um UInt64 valor.
public:
static explicit operator System::UInt64(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator ulong (Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> uint64
Public Shared Narrowing Operator CType (value As Int128) As ULong
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um UInt64.
- Atributos
Aplica-se a
Explicit(Int128 to UInt32)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro com sinal de 128 bits em um UInt32 valor.
public:
static explicit operator System::UInt32(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator uint (Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> uint32
Public Shared Narrowing Operator CType (value As Int128) As UInteger
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um UInt32.
- Atributos
Aplica-se a
Explicit(Int128 to UInt16)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro com sinal de 128 bits em um UInt16 valor.
public:
static explicit operator System::UInt16(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator ushort (Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> uint16
Public Shared Narrowing Operator CType (value As Int128) As UShort
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um UInt16.
- Atributos
Aplica-se a
Explicit(Int128 to UInt128)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro com sinal de 128 bits em um UInt128 valor.
public:
static explicit operator UInt128(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator UInt128 (Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> UInt128
Public Shared Narrowing Operator CType (value As Int128) As UInt128
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um UInt128.
- Atributos
Aplica-se a
Explicit(Int128 to Single)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Single valor.
public:
static explicit operator float(Int128 value);
public static explicit operator float (Int128 value);
static member op_Explicit : Int128 -> single
Public Shared Narrowing Operator CType (value As Int128) As Single
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Single.
Aplica-se a
Explicit(Int128 to SByte)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Importante
Esta API não está em conformidade com CLS.
Converte explicitamente um inteiro com sinal de 128 bits em um SByte valor.
public:
static explicit operator System::SByte(Int128 value);
[System.CLSCompliant(false)]
public static explicit operator sbyte (Int128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : Int128 -> sbyte
Public Shared Narrowing Operator CType (value As Int128) As SByte
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um SByte.
- Atributos
Aplica-se a
Explicit(Int128 to IntPtr)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um IntPtr valor.
public:
static explicit operator IntPtr(Int128 value);
public static explicit operator IntPtr (Int128 value);
static member op_Explicit : Int128 -> nativeint
Public Shared Narrowing Operator CType (value As Int128) As IntPtr
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
nativeint
value
convertido em um IntPtr.
Aplica-se a
Explicit(Int128 to Int32)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Int32 valor.
public:
static explicit operator int(Int128 value);
public static explicit operator int (Int128 value);
static member op_Explicit : Int128 -> int
Public Shared Narrowing Operator CType (value As Int128) As Integer
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Int32.
Aplica-se a
Explicit(Int128 to Int16)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Int16 valor.
public:
static explicit operator short(Int128 value);
public static explicit operator short (Int128 value);
static member op_Explicit : Int128 -> int16
Public Shared Narrowing Operator CType (value As Int128) As Short
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Int16.
Aplica-se a
Explicit(Int128 to Half)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Half valor.
public:
static explicit operator Half(Int128 value);
public static explicit operator Half (Int128 value);
static member op_Explicit : Int128 -> Half
Public Shared Narrowing Operator CType (value As Int128) As Half
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Half.
Aplica-se a
Explicit(Int128 to Double)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Double valor.
public:
static explicit operator double(Int128 value);
public static explicit operator double (Int128 value);
static member op_Explicit : Int128 -> double
Public Shared Narrowing Operator CType (value As Int128) As Double
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Double.
Aplica-se a
Explicit(Int128 to Decimal)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Decimal valor.
public:
static explicit operator System::Decimal(Int128 value);
public static explicit operator decimal (Int128 value);
static member op_Explicit : Int128 -> decimal
Public Shared Narrowing Operator CType (value As Int128) As Decimal
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Decimal.
Aplica-se a
Explicit(Int128 to Char)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Char valor.
public:
static explicit operator char(Int128 value);
public static explicit operator char (Int128 value);
static member op_Explicit : Int128 -> char
Public Shared Narrowing Operator CType (value As Int128) As Char
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Char.
Aplica-se a
Explicit(Int128 to Byte)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Byte valor.
public:
static explicit operator System::Byte(Int128 value);
public static explicit operator byte (Int128 value);
static member op_Explicit : Int128 -> byte
Public Shared Narrowing Operator CType (value As Int128) As Byte
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Byte.
Aplica-se a
Explicit(Double to Int128)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um Double valor em um inteiro com sinal de 128 bits.
public:
static explicit operator Int128(double value);
public static explicit operator Int128 (double value);
static member op_Explicit : double -> Int128
Public Shared Narrowing Operator CType (value As Double) As Int128
Parâmetros
- value
- Double
O valor a ser convertido.
Retornos
value
convertido em um inteiro com sinal de 128 bits.
Aplica-se a
Explicit(Decimal to Int128)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um Decimal valor em um inteiro com sinal de 128 bits.
public:
static explicit operator Int128(System::Decimal value);
public static explicit operator Int128 (decimal value);
static member op_Explicit : decimal -> Int128
Public Shared Narrowing Operator CType (value As Decimal) As Int128
Parâmetros
- value
- Decimal
O valor a ser convertido.
Retornos
value
convertido em um inteiro com sinal de 128 bits.
Aplica-se a
Explicit(Int128 to Int64)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
Converte explicitamente um inteiro com sinal de 128 bits em um Int64 valor.
public:
static explicit operator long(Int128 value);
public static explicit operator long (Int128 value);
static member op_Explicit : Int128 -> int64
Public Shared Narrowing Operator CType (value As Int128) As Long
Parâmetros
- value
- Int128
O valor a ser convertido.
Retornos
value
convertido em um Int64.