Int128.CheckedExplicit Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| Nazwa | Opis |
|---|---|
| CheckedExplicit(Single to Int128) | |
| CheckedExplicit(Double to Int128) | |
| CheckedExplicit(Int128 to Byte) |
CheckedExplicit(Single to Int128)
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- 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
Parametry
- value
- Single
Zwraca
Dotyczy
CheckedExplicit(Double to Int128)
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- 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
Parametry
- value
- Double
Zwraca
Dotyczy
CheckedExplicit(Int128 to Byte)
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- Int128.cs
- Źródło:
- 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
Parametry
- value
- Int128