UInt128.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Implicit(Byte to UInt128) |
隱含地將值轉換成 Byte 128 位不帶正負號的整數。 |
Implicit(Char to UInt128) |
隱含地將值轉換成 Char 128 位不帶正負號的整數。 |
Implicit(UInt16 to UInt128) |
隱含地將值轉換成 UInt16 128 位不帶正負號的整數。 |
Implicit(UInt32 to UInt128) |
隱含地將值轉換成 UInt32 128 位不帶正負號的整數。 |
Implicit(UInt64 to UInt128) |
隱含地將值轉換成 UInt64 128 位不帶正負號的整數。 |
Implicit(UIntPtr to UInt128) |
隱含地將值轉換成 UIntPtr 128 位不帶正負號的整數。 |
Implicit(Byte to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
隱含地將值轉換成 Byte 128 位不帶正負號的整數。
public:
static operator UInt128(System::Byte value);
public static implicit operator UInt128 (byte value);
static member op_Implicit : byte -> UInt128
Public Shared Widening Operator CType (value As Byte) As UInt128
參數
- value
- Byte
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Implicit(Char to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
隱含地將值轉換成 Char 128 位不帶正負號的整數。
public:
static operator UInt128(char value);
public static implicit operator UInt128 (char value);
static member op_Implicit : char -> UInt128
Public Shared Widening Operator CType (value As Char) As UInt128
參數
- value
- Char
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
適用於
Implicit(UInt16 to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
隱含地將值轉換成 UInt16 128 位不帶正負號的整數。
public:
static operator UInt128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> UInt128
Public Shared Widening Operator CType (value As UShort) As UInt128
參數
- value
- UInt16
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
- 屬性
適用於
Implicit(UInt32 to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
隱含地將值轉換成 UInt32 128 位不帶正負號的整數。
public:
static operator UInt128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> UInt128
Public Shared Widening Operator CType (value As UInteger) As UInt128
參數
- value
- UInt32
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
- 屬性
適用於
Implicit(UInt64 to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
隱含地將值轉換成 UInt64 128 位不帶正負號的整數。
public:
static operator UInt128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> UInt128
Public Shared Widening Operator CType (value As ULong) As UInt128
參數
- value
- UInt64
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
- 屬性
適用於
Implicit(UIntPtr to UInt128)
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
- 來源:
- UInt128.cs
重要
此 API 不符合 CLS 規範。
隱含地將值轉換成 UIntPtr 128 位不帶正負號的整數。
public:
static operator UInt128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator UInt128 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> UInt128
Public Shared Widening Operator CType (value As UIntPtr) As UInt128
參數
- value
-
UIntPtr
unativeint
要進行轉換的值。
傳回
value
轉換為 128 位不帶正負號的整數。
- 屬性