Int128.CheckedExplicit 運算子

定義

多載

CheckedExplicit(Single)
CheckedExplicit(Int128)
CheckedExplicit(Double)

CheckedExplicit(Single)

來源:
Int128.cs
來源:
Int128.cs
來源:
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

參數

value
Single

傳回

適用於

CheckedExplicit(Int128)

來源:
Int128.cs
來源:
Int128.cs
來源:
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

參數

value
Int128

傳回

適用於

CheckedExplicit(Double)

來源:
Int128.cs
來源:
Int128.cs
來源:
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

參數

value
Double

傳回

適用於