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

적용 대상