次の方法で共有


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

適用対象