Int128.CheckedExplicit 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
CheckedExplicit(Single to Int128) | |
CheckedExplicit(Int128 to Byte) | |
CheckedExplicit(Double to Int128) |
CheckedExplicit(Single to Int128)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
public:
static Int128 op_CheckedExplicit(float value);
public static Int128 op_CheckedExplicit (float value);
static member op_CheckedExplicit : single -> Int128
Public Shared op_CheckedExplicit (value As Single) As Int128
Parâmetros
- value
- Single
Retornos
Aplica-se a
CheckedExplicit(Int128 to Byte)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
public:
static System::Byte op_CheckedExplicit(Int128 value);
public static byte op_CheckedExplicit (Int128 value);
static member op_CheckedExplicit : Int128 -> byte
Public Shared op_CheckedExplicit (value As Int128) As Byte
Parâmetros
- value
- Int128
Retornos
Aplica-se a
CheckedExplicit(Double to Int128)
- Origem:
- Int128.cs
- Origem:
- Int128.cs
- Origem:
- Int128.cs
public:
static Int128 op_CheckedExplicit(double value);
public static Int128 op_CheckedExplicit (double value);
static member op_CheckedExplicit : double -> Int128
Public Shared op_CheckedExplicit (value As Double) As Int128
Parâmetros
- value
- Double
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.