UInt128.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(UInt128 to UIntPtr) |
Converte in modo esplicito un intero senza segno a 128 bit in un UIntPtr valore. |
Explicit(UInt128 to UInt64) |
Converte in modo esplicito un intero senza segno a 128 bit in un UInt64 valore. |
Explicit(UInt128 to UInt32) |
Converte in modo esplicito un intero senza segno a 128 bit in un UInt32 valore. |
Explicit(UInt128 to UInt16) |
Converte in modo esplicito un intero senza segno a 128 bit in un UInt16 valore. |
Explicit(UInt128 to Single) |
Converte in modo esplicito un intero senza segno a 128 bit in un Single valore. |
Explicit(UInt128 to SByte) |
Converte in modo esplicito un intero senza segno a 128 bit in un SByte valore. |
Explicit(UInt128 to IntPtr) |
Converte in modo esplicito un intero senza segno a 128 bit in un IntPtr valore. |
Explicit(UInt128 to Int64) |
Converte in modo esplicito un intero senza segno a 128 bit in un Int64 valore. |
Explicit(UInt128 to Int32) |
Converte in modo esplicito un intero senza segno a 128 bit in un Int32 valore. |
Explicit(UInt128 to Int128) |
Converte in modo esplicito un intero senza segno a 128 bit in un Int128 valore. |
Explicit(UInt128 to Half) |
Converte in modo esplicito un intero senza segno a 128 bit in un Half valore. |
Explicit(UInt128 to Int16) |
Converte in modo esplicito un intero senza segno a 128 bit in un Int16 valore. |
Explicit(UInt128 to Decimal) |
Converte in modo esplicito un intero senza segno a 128 bit in un Decimal valore. |
Explicit(Decimal to UInt128) |
Converte in modo esplicito un valore in un Decimal intero senza segno a 128 bit. |
Explicit(UInt128 to Double) |
Converte in modo esplicito un intero senza segno a 128 bit in un Double valore. |
Explicit(Int16 to UInt128) |
Converte in modo esplicito un valore in un Int16 intero senza segno a 128 bit. |
Explicit(Int32 to UInt128) |
Converte in modo esplicito un valore in un Int32 intero senza segno a 128 bit. |
Explicit(Int64 to UInt128) |
Converte in modo esplicito un valore in un Int64 intero senza segno a 128 bit. |
Explicit(Double to UInt128) |
Converte in modo esplicito un valore in un Double intero senza segno a 128 bit. |
Explicit(SByte to UInt128) |
Converte in modo esplicito un valore in un SByte intero senza segno a 128 bit. |
Explicit(Single to UInt128) |
Converte in modo esplicito un valore in un Single intero senza segno a 128 bit. |
Explicit(UInt128 to Byte) |
Converte in modo esplicito un intero senza segno a 128 bit in un Byte valore. |
Explicit(UInt128 to Char) |
Converte in modo esplicito un intero senza segno a 128 bit in un Char valore. |
Explicit(IntPtr to UInt128) |
Converte in modo esplicito un valore in un IntPtr intero senza segno a 128 bit. |
Explicit(UInt128 to UIntPtr)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero senza segno a 128 bit in un UIntPtr valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
unativeint
value
viene convertito in UIntPtr.
- Attributi
Si applica a
Explicit(UInt128 to UInt64)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero senza segno a 128 bit in un UInt64 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in UInt64.
- Attributi
Si applica a
Explicit(UInt128 to UInt32)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero senza segno a 128 bit in un UInt32 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in UInt32.
- Attributi
Si applica a
Explicit(UInt128 to UInt16)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero senza segno a 128 bit in un UInt16 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in UInt16.
- Attributi
Si applica a
Explicit(UInt128 to Single)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Single valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Single.
Si applica a
Explicit(UInt128 to SByte)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero senza segno a 128 bit in un SByte valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in SByte.
- Attributi
Si applica a
Explicit(UInt128 to IntPtr)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un IntPtr valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
nativeint
value
viene convertito in IntPtr.
Si applica a
Explicit(UInt128 to Int64)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Int64 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Int64.
Si applica a
Explicit(UInt128 to Int32)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Int32 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Int32.
Si applica a
Explicit(UInt128 to Int128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un intero senza segno a 128 bit in un Int128 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Int128.
- Attributi
Si applica a
Explicit(UInt128 to Half)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Half valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Half.
Si applica a
Explicit(UInt128 to Int16)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Int16 valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Int16.
Si applica a
Explicit(UInt128 to Decimal)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Decimal valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Decimal.
Si applica a
Explicit(Decimal to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un valore in un Decimal intero senza segno a 128 bit.
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
Parametri
- value
- Decimal
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
Si applica a
Explicit(UInt128 to Double)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Double valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Double.
Si applica a
Explicit(Int16 to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un valore in un Int16 intero senza segno a 128 bit.
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
Parametri
- value
- Int16
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
Si applica a
Explicit(Int32 to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un Int32 valore in un intero senza segno a 128 bit.
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
Parametri
- value
- Int32
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
Si applica a
Explicit(Int64 to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un Int64 valore in un intero senza segno a 128 bit.
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
Parametri
- value
- Int64
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
Si applica a
Explicit(Double to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un Double valore in un intero senza segno a 128 bit.
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
Parametri
- value
- Double
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
Si applica a
Explicit(SByte to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Importante
Questa API non è conforme a CLS.
Converte in modo esplicito un SByte valore in un intero senza segno a 128 bit.
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
Parametri
- value
- SByte
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
- Attributi
Si applica a
Explicit(Single to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un Single valore in un intero senza segno a 128 bit.
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
Parametri
- value
- Single
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.
Si applica a
Explicit(UInt128 to Byte)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Byte valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Byte.
Si applica a
Explicit(UInt128 to Char)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un intero senza segno a 128 bit in un Char valore.
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
Parametri
- value
- UInt128
Valore da convertire.
Restituisce
value
viene convertito in Char.
Si applica a
Explicit(IntPtr to UInt128)
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
- Origine:
- UInt128.cs
Converte in modo esplicito un IntPtr valore in un intero senza segno a 128 bit.
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
Parametri
- value
-
IntPtr
nativeint
Valore da convertire.
Restituisce
value
convertito in un intero senza segno a 128 bit.