Int128.CheckedExplicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| CheckedExplicit(Single to Int128) | |
| CheckedExplicit(Double to Int128) | |
| CheckedExplicit(Int128 to Byte) |
CheckedExplicit(Single to Int128)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- 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
Parametri
- value
- Single
Valori restituiti
Si applica a
CheckedExplicit(Double to Int128)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- 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
Parametri
- value
- Double
Valori restituiti
Si applica a
CheckedExplicit(Int128 to Byte)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- 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
Parametri
- value
- Int128