Int128.Explicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Explicit(Single to Int128) |
Convertit explicitement une Single valeur en entier signé 128 bits. |
Explicit(Int128 to UIntPtr) |
Convertit explicitement un entier signé 128 bits en UIntPtr valeur. |
Explicit(Int128 to UInt64) |
Convertit explicitement un entier signé 128 bits en UInt64 valeur. |
Explicit(Int128 to UInt32) |
Convertit explicitement un entier signé 128 bits en UInt32 valeur. |
Explicit(Int128 to UInt16) |
Convertit explicitement un entier signé 128 bits en UInt16 valeur. |
Explicit(Int128 to UInt128) |
Convertit explicitement un entier signé 128 bits en UInt128 valeur. |
Explicit(Int128 to Single) |
Convertit explicitement un entier signé 128 bits en Single valeur. |
Explicit(Int128 to SByte) |
Convertit explicitement un entier signé 128 bits en SByte valeur. |
Explicit(Int128 to IntPtr) |
Convertit explicitement un entier signé 128 bits en IntPtr valeur. |
Explicit(Int128 to Int32) |
Convertit explicitement un entier signé 128 bits en Int32 valeur. |
Explicit(Int128 to Int16) |
Convertit explicitement un entier signé 128 bits en Int16 valeur. |
Explicit(Int128 to Half) |
Convertit explicitement un entier signé 128 bits en Half valeur. |
Explicit(Int128 to Double) |
Convertit explicitement un entier signé 128 bits en Double valeur. |
Explicit(Int128 to Decimal) |
Convertit explicitement un entier signé 128 bits en Decimal valeur. |
Explicit(Int128 to Char) |
Convertit explicitement un entier signé 128 bits en Char valeur. |
Explicit(Int128 to Byte) |
Convertit explicitement un entier signé 128 bits en Byte valeur. |
Explicit(Double to Int128) |
Convertit explicitement une Double valeur en entier signé 128 bits. |
Explicit(Decimal to Int128) |
Convertit explicitement une Decimal valeur en entier signé 128 bits. |
Explicit(Int128 to Int64) |
Convertit explicitement un entier signé 128 bits en Int64 valeur. |
Explicit(Single to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement une Single valeur en entier signé 128 bits.
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
Paramètres
- value
- Single
La valeur à convertir.
Retours
value
converti en entier signé 128 bits.
S’applique à
Explicit(Int128 to UIntPtr)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Important
Cette API n’est pas conforme CLS.
Convertit explicitement un entier signé 128 bits en UIntPtr valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
unativeint
value
converti en UIntPtr.
- Attributs
S’applique à
Explicit(Int128 to UInt64)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Important
Cette API n’est pas conforme CLS.
Convertit explicitement un entier signé 128 bits en UInt64 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en UInt64.
- Attributs
S’applique à
Explicit(Int128 to UInt32)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Important
Cette API n’est pas conforme CLS.
Convertit explicitement un entier signé 128 bits en UInt32 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en UInt32.
- Attributs
S’applique à
Explicit(Int128 to UInt16)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Important
Cette API n’est pas conforme CLS.
Convertit explicitement un entier signé 128 bits en UInt16 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en UInt16.
- Attributs
S’applique à
Explicit(Int128 to UInt128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Important
Cette API n’est pas conforme CLS.
Convertit explicitement un entier signé 128 bits en UInt128 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en UInt128.
- Attributs
S’applique à
Explicit(Int128 to Single)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Single valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Single.
S’applique à
Explicit(Int128 to SByte)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Important
Cette API n’est pas conforme CLS.
Convertit explicitement un entier signé 128 bits en SByte valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en SByte.
- Attributs
S’applique à
Explicit(Int128 to IntPtr)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en IntPtr valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
nativeint
value
converti en IntPtr.
S’applique à
Explicit(Int128 to Int32)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Int32 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Int32.
S’applique à
Explicit(Int128 to Int16)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Int16 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Int16.
S’applique à
Explicit(Int128 to Half)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Half valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Half.
S’applique à
Explicit(Int128 to Double)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Double valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Double.
S’applique à
Explicit(Int128 to Decimal)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Decimal valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Decimal.
S’applique à
Explicit(Int128 to Char)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Char valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Char.
S’applique à
Explicit(Int128 to Byte)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Byte valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Byte.
S’applique à
Explicit(Double to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement une Double valeur en entier signé 128 bits.
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
Paramètres
- value
- Double
La valeur à convertir.
Retours
value
converti en entier signé 128 bits.
S’applique à
Explicit(Decimal to Int128)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement une Decimal valeur en entier signé 128 bits.
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
Paramètres
- value
- Decimal
La valeur à convertir.
Retours
value
converti en entier signé 128 bits.
S’applique à
Explicit(Int128 to Int64)
- Source:
- Int128.cs
- Source:
- Int128.cs
- Source:
- Int128.cs
Convertit explicitement un entier signé 128 bits en Int64 valeur.
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
Paramètres
- value
- Int128
La valeur à convertir.
Retours
value
converti en Int64.