Int128.CheckedExplicit Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| CheckedExplicit(Single to Int128) | |
| CheckedExplicit(Double to Int128) | |
| CheckedExplicit(Int128 to Byte) |
CheckedExplicit(Single to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- 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
Parameters
- value
- Single
Retouren
Van toepassing op
CheckedExplicit(Double to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- 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
Parameters
- value
- Double
Retouren
Van toepassing op
CheckedExplicit(Int128 to Byte)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- 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
Parameters
- value
- Int128