Int128.CheckedExplicit Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CheckedExplicit(Single to Int128) | |
CheckedExplicit(Int128 to Byte) | |
CheckedExplicit(Double to Int128) |
CheckedExplicit(Single to Int128)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- 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
Parameter
- value
- Single
Gibt zurück
Gilt für:
CheckedExplicit(Int128 to Byte)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- 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
Parameter
- value
- Int128
Gibt zurück
Gilt für:
CheckedExplicit(Double to Int128)
- Quelle:
- Int128.cs
- Quelle:
- Int128.cs
- Quelle:
- 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
Parameter
- value
- Double
Gibt zurück
Gilt für:
Arbeiten Sie mit uns auf GitHub zusammen
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.