Int128.CheckedExplicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CheckedExplicit(Single to Int128) | |
CheckedExplicit(Int128 to Byte) | |
CheckedExplicit(Double to Int128) |
CheckedExplicit(Single to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- 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
Paramètres
- value
- Single
Retours
S’applique à
CheckedExplicit(Int128 to Byte)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- 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
Paramètres
- value
- Int128
Retours
S’applique à
CheckedExplicit(Double to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- 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
Paramètres
- value
- Double
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.