UInt128.CheckedExplicit 运算符

定义

重载

CheckedExplicit(UInt128)
CheckedExplicit(Single)
CheckedExplicit(SByte)
CheckedExplicit(IntPtr)
CheckedExplicit(Int16)
CheckedExplicit(Int32)
CheckedExplicit(Int64)
CheckedExplicit(Double)

CheckedExplicit(UInt128)

public:
 static System::Byte op_CheckedExplicit(UInt128 value);
public static byte op_CheckedExplicit (UInt128 value);
static member op_CheckedExplicit : UInt128 -> byte
Public Shared op_CheckedExplicit (value As UInt128) As Byte

参数

value
UInt128

返回

Byte

适用于

CheckedExplicit(Single)

public:
 static UInt128 op_CheckedExplicit(float value);
public static UInt128 op_CheckedExplicit (float value);
static member op_CheckedExplicit : single -> UInt128
Public Shared op_CheckedExplicit (value As Single) As UInt128

参数

value
Single

返回

UInt128

适用于

CheckedExplicit(SByte)

重要

此 API 不符合 CLS。

public:
 static UInt128 op_CheckedExplicit(System::SByte value);
[System.CLSCompliant(false)]
public static UInt128 op_CheckedExplicit (sbyte value);
[<System.CLSCompliant(false)>]
static member op_CheckedExplicit : sbyte -> UInt128
Public Shared op_CheckedExplicit (value As SByte) As UInt128

参数

value
SByte

返回

UInt128
属性

适用于

CheckedExplicit(IntPtr)

public:
 static UInt128 op_CheckedExplicit(IntPtr value);
public static UInt128 op_CheckedExplicit (IntPtr value);
static member op_CheckedExplicit : nativeint -> UInt128
Public Shared op_CheckedExplicit (value As IntPtr) As UInt128

参数

value
IntPtr

nativeint

返回

UInt128

适用于

CheckedExplicit(Int16)

public:
 static UInt128 op_CheckedExplicit(short value);
public static UInt128 op_CheckedExplicit (short value);
static member op_CheckedExplicit : int16 -> UInt128
Public Shared op_CheckedExplicit (value As Short) As UInt128

参数

value
Int16

返回

UInt128

适用于

CheckedExplicit(Int32)

public:
 static UInt128 op_CheckedExplicit(int value);
public static UInt128 op_CheckedExplicit (int value);
static member op_CheckedExplicit : int -> UInt128
Public Shared op_CheckedExplicit (value As Integer) As UInt128

参数

value
Int32

返回

UInt128

适用于

CheckedExplicit(Int64)

public:
 static UInt128 op_CheckedExplicit(long value);
public static UInt128 op_CheckedExplicit (long value);
static member op_CheckedExplicit : int64 -> UInt128
Public Shared op_CheckedExplicit (value As Long) As UInt128

参数

value
Int64

返回

UInt128

适用于

CheckedExplicit(Double)

public:
 static UInt128 op_CheckedExplicit(double value);
public static UInt128 op_CheckedExplicit (double value);
static member op_CheckedExplicit : double -> UInt128
Public Shared op_CheckedExplicit (value As Double) As UInt128

参数

value
Double

返回

UInt128

适用于