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