Int128.Implicit Opérateur

Définition

Surcharges

Implicit(SByte to Int128)

Convertit implicitement une SByte valeur en entier signé 128 bits.

Implicit(UIntPtr to Int128)

Convertit implicitement une UIntPtr valeur en entier signé 128 bits.

Implicit(UInt32 to Int128)

Convertit implicitement une UInt32 valeur en entier signé 128 bits.

Implicit(UInt16 to Int128)

Convertit implicitement une UInt16 valeur en entier signé 128 bits.

Implicit(IntPtr to Int128)

Convertit implicitement une IntPtr valeur en entier signé 128 bits.

Implicit(UInt64 to Int128)

Convertit implicitement une UInt64 valeur en entier signé 128 bits.

Implicit(Int32 to Int128)

Convertit implicitement une Int32 valeur en entier signé 128 bits.

Implicit(Int16 to Int128)

Convertit implicitement une Int16 valeur en entier signé 128 bits.

Implicit(Char to Int128)

Convertit implicitement une Char valeur en entier signé 128 bits.

Implicit(Int64 to Int128)

Convertit implicitement une Int64 valeur en entier signé 128 bits.

Implicit(Byte to Int128)

Convertit implicitement une Byte valeur en entier signé 128 bits.

Implicit(SByte to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Important

Cette API n’est pas conforme CLS.

Convertit implicitement une SByte valeur en entier signé 128 bits.

public:
 static operator Int128(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> Int128
Public Shared Widening Operator CType (value As SByte) As Int128

Paramètres

value
SByte

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

Attributs

S’applique à

Implicit(UIntPtr to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Important

Cette API n’est pas conforme CLS.

Convertit implicitement une UIntPtr valeur en entier signé 128 bits.

public:
 static operator Int128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> Int128
Public Shared Widening Operator CType (value As UIntPtr) As Int128

Paramètres

value
UIntPtr

unativeint

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

Attributs

S’applique à

Implicit(UInt32 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Important

Cette API n’est pas conforme CLS.

Convertit implicitement une UInt32 valeur en entier signé 128 bits.

public:
 static operator Int128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> Int128
Public Shared Widening Operator CType (value As UInteger) As Int128

Paramètres

value
UInt32

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

Attributs

S’applique à

Implicit(UInt16 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Important

Cette API n’est pas conforme CLS.

Convertit implicitement une UInt16 valeur en entier signé 128 bits.

public:
 static operator Int128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> Int128
Public Shared Widening Operator CType (value As UShort) As Int128

Paramètres

value
UInt16

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

Attributs

S’applique à

Implicit(IntPtr to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Convertit implicitement une IntPtr valeur en entier signé 128 bits.

public:
 static operator Int128(IntPtr value);
public static implicit operator Int128 (IntPtr value);
static member op_Implicit : nativeint -> Int128
Public Shared Widening Operator CType (value As IntPtr) As Int128

Paramètres

value
IntPtr

nativeint

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

S’applique à

Implicit(UInt64 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Important

Cette API n’est pas conforme CLS.

Convertit implicitement une UInt64 valeur en entier signé 128 bits.

public:
 static operator Int128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator Int128 (ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> Int128
Public Shared Widening Operator CType (value As ULong) As Int128

Paramètres

value
UInt64

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

Attributs

S’applique à

Implicit(Int32 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Convertit implicitement une Int32 valeur en entier signé 128 bits.

public:
 static operator Int128(int value);
public static implicit operator Int128 (int value);
static member op_Implicit : int -> Int128
Public Shared Widening Operator CType (value As Integer) As Int128

Paramètres

value
Int32

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

S’applique à

Implicit(Int16 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Convertit implicitement une Int16 valeur en entier signé 128 bits.

public:
 static operator Int128(short value);
public static implicit operator Int128 (short value);
static member op_Implicit : int16 -> Int128
Public Shared Widening Operator CType (value As Short) As Int128

Paramètres

value
Int16

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

S’applique à

Implicit(Char to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Convertit implicitement une Char valeur en entier signé 128 bits.

public:
 static operator Int128(char value);
public static implicit operator Int128 (char value);
static member op_Implicit : char -> Int128
Public Shared Widening Operator CType (value As Char) As Int128

Paramètres

value
Char

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

S’applique à

Implicit(Int64 to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Convertit implicitement une Int64 valeur en entier signé 128 bits.

public:
 static operator Int128(long value);
public static implicit operator Int128 (long value);
static member op_Implicit : int64 -> Int128
Public Shared Widening Operator CType (value As Long) As Int128

Paramètres

value
Int64

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

S’applique à

Implicit(Byte to Int128)

Source:
Int128.cs
Source:
Int128.cs
Source:
Int128.cs

Convertit implicitement une Byte valeur en entier signé 128 bits.

public:
 static operator Int128(System::Byte value);
public static implicit operator Int128 (byte value);
static member op_Implicit : byte -> Int128
Public Shared Widening Operator CType (value As Byte) As Int128

Paramètres

value
Byte

La valeur à convertir.

Retours

value converti en entier signé 128 bits.

S’applique à