Int128.CheckedExplicit 运算符

定义

重载

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

CheckedExplicit(Double)

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

返回

Int128

适用于

CheckedExplicit(Int128)

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

返回

Byte

适用于

CheckedExplicit(Single)

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

返回

Int128

适用于