Int128.Explicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Explicit(Single to Int128) |
Converte in modo esplicito un valore in un Single intero con segno a 128 bit. |
Explicit(Int128 to UIntPtr) |
Converte in modo esplicito un intero con segno a 128 bit in un UIntPtr valore. |
Explicit(Int128 to UInt64) |
Converte in modo esplicito un intero con segno a 128 bit in un UInt64 valore. |
Explicit(Int128 to UInt32) |
Converte in modo esplicito un intero con segno a 128 bit in un UInt32 valore. |
Explicit(Int128 to UInt16) |
Converte in modo esplicito un intero con segno a 128 bit in un UInt16 valore. |
Explicit(Int128 to UInt128) |
Converte in modo esplicito un intero con segno a 128 bit in un UInt128 valore. |
Explicit(Int128 to Single) |
Converte in modo esplicito un intero con segno a 128 bit in un Single valore. |
Explicit(Int128 to SByte) |
Converte in modo esplicito un intero con segno a 128 bit in un SByte valore. |
Explicit(Int128 to IntPtr) |
Converte in modo esplicito un intero con segno a 128 bit in un IntPtr valore. |
Explicit(Int128 to Int32) |
Converte in modo esplicito un intero con segno a 128 bit in un Int32 valore. |
Explicit(Int128 to Int16) |
Converte in modo esplicito un intero con segno a 128 bit in un Int16 valore. |
Explicit(Int128 to Half) |
Converte in modo esplicito un intero con segno a 128 bit in un Half valore. |
Explicit(Int128 to Double) |
Converte in modo esplicito un intero con segno a 128 bit in un Double valore. |
Explicit(Int128 to Decimal) |
Converte in modo esplicito un intero con segno a 128 bit in un Decimal valore. |
Explicit(Int128 to Char) |
Converte in modo esplicito un intero con segno a 128 bit in un Char valore. |
Explicit(Int128 to Byte) |
Converte in modo esplicito un intero con segno a 128 bit in un Byte valore. |
Explicit(Double to Int128) |
Converte in modo esplicito un valore in un Double intero con segno a 128 bit. |
Explicit(Decimal to Int128) |
Converte in modo esplicito un valore in un Decimal intero con segno a 128 bit. |
Explicit(Int128 to Int64) |
Converte in modo esplicito un intero con segno a 128 bit in un Int64 valore. |
Explicit(Single to Int128)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un valore in un Single intero con segno a 128 bit.
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
Parametri
- value
- Single
Valore da convertire.
Restituisce
value
convertito in un intero con segno a 128 bit.
Si applica a
Explicit(Int128 to UIntPtr)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero con segno a 128 bit in un UIntPtr valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
unativeint
value
viene convertito in UIntPtr.
- Attributi
Si applica a
Explicit(Int128 to UInt64)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero con segno a 128 bit in un UInt64 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in UInt64.
- Attributi
Si applica a
Explicit(Int128 to UInt32)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero con segno a 128 bit in un UInt32 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in UInt32.
- Attributi
Si applica a
Explicit(Int128 to UInt16)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero con segno a 128 bit in un UInt16 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in UInt16.
- Attributi
Si applica a
Explicit(Int128 to UInt128)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero con segno a 128 bit in un UInt128 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in UInt128.
- Attributi
Si applica a
Explicit(Int128 to Single)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Single valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Single.
Si applica a
Explicit(Int128 to SByte)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero con segno a 128 bit in un SByte valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in SByte.
- Attributi
Si applica a
Explicit(Int128 to IntPtr)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un IntPtr valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
nativeint
value
viene convertito in IntPtr.
Si applica a
Explicit(Int128 to Int32)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Int32 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Int32.
Si applica a
Explicit(Int128 to Int16)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Int16 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Int16.
Si applica a
Explicit(Int128 to Half)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Half valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Half.
Si applica a
Explicit(Int128 to Double)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Double valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Double.
Si applica a
Explicit(Int128 to Decimal)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Decimal valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Decimal.
Si applica a
Explicit(Int128 to Char)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Char valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Char.
Si applica a
Explicit(Int128 to Byte)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Byte valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Byte.
Si applica a
Explicit(Double to Int128)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un valore in un Double intero con segno a 128 bit.
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
Parametri
- value
- Double
Valore da convertire.
Restituisce
value
convertito in un intero con segno a 128 bit.
Si applica a
Explicit(Decimal to Int128)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un valore in un Decimal intero con segno a 128 bit.
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
Parametri
- value
- Decimal
Valore da convertire.
Restituisce
value
convertito in un intero con segno a 128 bit.
Si applica a
Explicit(Int128 to Int64)
- Origine:
- Int128.cs
- Origine:
- Int128.cs
- Origine:
- Int128.cs
Converte in modo esplicito un intero con segno a 128 bit in un Int64 valore.
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
Parametri
- value
- Int128
Valore da convertire.
Restituisce
value
viene convertito in Int64.