UInt128.Explicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Explicit(UInt128 to UIntPtr)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將 128 位不帶正負號的整數轉換為 UIntPtr 值。
public:
static explicit operator UIntPtr(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> unativeint
Public Shared Narrowing Operator CType (value As UInt128) As UIntPtr
參數
- value
- UInt128
要進行轉換的值。
傳回
unativeint
已轉換成 UIntPtr 的 value
。
- 屬性
適用於
Explicit(UInt128 to UInt64)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將 128 位不帶正負號的整數轉換為 UInt64 值。
public:
static explicit operator System::UInt64(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator ulong (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint64
Public Shared Narrowing Operator CType (value As UInt128) As ULong
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 UInt64 的 value
。
- 屬性
適用於
Explicit(UInt128 to UInt32)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將 128 位不帶正負號的整數轉換為 UInt32 值。
public:
static explicit operator System::UInt32(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator uint (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint32
Public Shared Narrowing Operator CType (value As UInt128) As UInteger
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 UInt32 的 value
。
- 屬性
適用於
Explicit(UInt128 to UInt16)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將 128 位不帶正負號的整數轉換為 UInt16 值。
public:
static explicit operator System::UInt16(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator ushort (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> uint16
Public Shared Narrowing Operator CType (value As UInt128) As UShort
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 UInt16 的 value
。
- 屬性
適用於
Explicit(UInt128 to Single)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Single 值。
public:
static explicit operator float(UInt128 value);
public static explicit operator float (UInt128 value);
static member op_Explicit : UInt128 -> single
Public Shared Narrowing Operator CType (value As UInt128) As Single
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Single 的 value
。
適用於
Explicit(UInt128 to SByte)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將 128 位不帶正負號的整數轉換為 SByte 值。
public:
static explicit operator System::SByte(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator sbyte (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> sbyte
Public Shared Narrowing Operator CType (value As UInt128) As SByte
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 SByte 的 value
。
- 屬性
適用於
Explicit(UInt128 to IntPtr)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 IntPtr 值。
public:
static explicit operator IntPtr(UInt128 value);
public static explicit operator IntPtr (UInt128 value);
static member op_Explicit : UInt128 -> nativeint
Public Shared Narrowing Operator CType (value As UInt128) As IntPtr
參數
- value
- UInt128
要進行轉換的值。
傳回
nativeint
已轉換成 IntPtr 的 value
。
適用於
Explicit(UInt128 to Int64)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Int64 值。
public:
static explicit operator long(UInt128 value);
public static explicit operator long (UInt128 value);
static member op_Explicit : UInt128 -> int64
Public Shared Narrowing Operator CType (value As UInt128) As Long
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Int64 的 value
。
適用於
Explicit(UInt128 to Int32)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Int32 值。
public:
static explicit operator int(UInt128 value);
public static explicit operator int (UInt128 value);
static member op_Explicit : UInt128 -> int
Public Shared Narrowing Operator CType (value As UInt128) As Integer
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Int32 的 value
。
適用於
Explicit(UInt128 to Int128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將 128 位不帶正負號的整數轉換為 Int128 值。
public:
static explicit operator Int128(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator Int128 (UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> Int128
Public Shared Narrowing Operator CType (value As UInt128) As Int128
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Int128 的 value
。
- 屬性
適用於
Explicit(UInt128 to Half)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Half 值。
public:
static explicit operator Half(UInt128 value);
public static explicit operator Half (UInt128 value);
static member op_Explicit : UInt128 -> Half
Public Shared Narrowing Operator CType (value As UInt128) As Half
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Half 的 value
。
適用於
Explicit(UInt128 to Int16)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Int16 值。
public:
static explicit operator short(UInt128 value);
public static explicit operator short (UInt128 value);
static member op_Explicit : UInt128 -> int16
Public Shared Narrowing Operator CType (value As UInt128) As Short
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Int16 的 value
。
適用於
Explicit(UInt128 to Decimal)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Decimal 值。
public:
static explicit operator System::Decimal(UInt128 value);
public static explicit operator decimal (UInt128 value);
static member op_Explicit : UInt128 -> decimal
Public Shared Narrowing Operator CType (value As UInt128) As Decimal
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Decimal 的 value
。
適用於
Explicit(Decimal to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換成 Decimal 128 位不帶正負號的整數。
public:
static explicit operator UInt128(System::Decimal value);
public static explicit operator UInt128 (decimal value);
static member op_Explicit : decimal -> UInt128
Public Shared Narrowing Operator CType (value As Decimal) As UInt128
參數
- value
- Decimal
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Explicit(UInt128 to Double)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將 128 位不帶正負號的整數轉換為 Double 值。
public:
static explicit operator double(UInt128 value);
public static explicit operator double (UInt128 value);
static member op_Explicit : UInt128 -> double
Public Shared Narrowing Operator CType (value As UInt128) As Double
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Double 的 value
。
適用於
Explicit(Int16 to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換成 Int16 128 位不帶正負號的整數。
public:
static explicit operator UInt128(short value);
public static explicit operator UInt128 (short value);
static member op_Explicit : int16 -> UInt128
Public Shared Narrowing Operator CType (value As Short) As UInt128
參數
- value
- Int16
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Explicit(Int32 to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換為 Int32 128 位不帶正負號的整數。
public:
static explicit operator UInt128(int value);
public static explicit operator UInt128 (int value);
static member op_Explicit : int -> UInt128
Public Shared Narrowing Operator CType (value As Integer) As UInt128
參數
- value
- Int32
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Explicit(Int64 to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換為 Int64 128 位不帶正負號的整數。
public:
static explicit operator UInt128(long value);
public static explicit operator UInt128 (long value);
static member op_Explicit : int64 -> UInt128
Public Shared Narrowing Operator CType (value As Long) As UInt128
參數
- value
- Int64
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Explicit(Double to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換為 Double 128 位不帶正負號的整數。
public:
static explicit operator UInt128(double value);
public static explicit operator UInt128 (double value);
static member op_Explicit : double -> UInt128
Public Shared Narrowing Operator CType (value As Double) As UInt128
參數
- value
- Double
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Explicit(SByte to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
明確將值轉換為 SByte 128 位不帶正負號的整數。
public:
static explicit operator UInt128(System::SByte value);
[System.CLSCompliant(false)]
public static explicit operator UInt128 (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Explicit : sbyte -> UInt128
Public Shared Narrowing Operator CType (value As SByte) As UInt128
參數
- value
- SByte
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
- 屬性
適用於
Explicit(Single to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換為 Single 128 位不帶正負號的整數。
public:
static explicit operator UInt128(float value);
public static explicit operator UInt128 (float value);
static member op_Explicit : single -> UInt128
Public Shared Narrowing Operator CType (value As Single) As UInt128
參數
- value
- Single
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Explicit(UInt128 to Byte)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
將 128 位不帶正負號的整數 Byte 明確轉換為值。
public:
static explicit operator System::Byte(UInt128 value);
public static explicit operator byte (UInt128 value);
static member op_Explicit : UInt128 -> byte
Public Shared Narrowing Operator CType (value As UInt128) As Byte
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Byte 的 value
。
適用於
Explicit(UInt128 to Char)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
將 128 位不帶正負號的整數 Char 明確轉換為值。
public:
static explicit operator char(UInt128 value);
public static explicit operator char (UInt128 value);
static member op_Explicit : UInt128 -> char
Public Shared Narrowing Operator CType (value As UInt128) As Char
參數
- value
- UInt128
要進行轉換的值。
傳回
已轉換成 Char 的 value
。
適用於
Explicit(IntPtr to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
明確將值轉換為 IntPtr 128 位不帶正負號的整數。
public:
static explicit operator UInt128(IntPtr value);
public static explicit operator UInt128 (IntPtr value);
static member op_Explicit : nativeint -> UInt128
Public Shared Narrowing Operator CType (value As IntPtr) As UInt128
參數
- value
-
IntPtr
nativeint
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。