Int128.Implicit Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| Implicit(UInt16 to Int128) |
Konverterar implicit ett UInt16 värde till ett 128-bitars signerat heltal. |
| Implicit(SByte to Int128) |
Konverterar implicit ett SByte värde till ett 128-bitars signerat heltal. |
| Implicit(UInt64 to Int128) |
Konverterar implicit ett UInt64 värde till ett 128-bitars signerat heltal. |
| Implicit(UInt32 to Int128) |
Konverterar implicit ett UInt32 värde till ett 128-bitars signerat heltal. |
| Implicit(IntPtr to Int128) |
Konverterar implicit ett IntPtr värde till ett 128-bitars signerat heltal. |
| Implicit(UIntPtr to Int128) |
Konverterar implicit ett UIntPtr värde till ett 128-bitars signerat heltal. |
| Implicit(Int32 to Int128) |
Konverterar implicit ett Int32 värde till ett 128-bitars signerat heltal. |
| Implicit(Int16 to Int128) |
Konverterar implicit ett Int16 värde till ett 128-bitars signerat heltal. |
| Implicit(Char to Int128) |
Konverterar implicit ett Char värde till ett 128-bitars signerat heltal. |
| Implicit(Byte to Int128) |
Konverterar implicit ett Byte värde till ett 128-bitars signerat heltal. |
| Implicit(Int64 to Int128) |
Konverterar implicit ett Int64 värde till ett 128-bitars signerat heltal. |
Implicit(UInt16 to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Viktigt!
Detta API uppfyller inte CLS.
Konverterar implicit ett UInt16 värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- UInt16
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
- Attribut
Gäller för
Implicit(SByte to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Viktigt!
Detta API uppfyller inte CLS.
Konverterar implicit ett SByte värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- SByte
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
- Attribut
Gäller för
Implicit(UInt64 to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Viktigt!
Detta API uppfyller inte CLS.
Konverterar implicit ett UInt64 värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- UInt64
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
- Attribut
Gäller för
Implicit(UInt32 to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Viktigt!
Detta API uppfyller inte CLS.
Konverterar implicit ett UInt32 värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- UInt32
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
- Attribut
Gäller för
Implicit(IntPtr to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Konverterar implicit ett IntPtr värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
-
IntPtr
nativeint
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
Gäller för
Implicit(UIntPtr to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Viktigt!
Detta API uppfyller inte CLS.
Konverterar implicit ett UIntPtr värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
-
UIntPtr
unativeint
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
- Attribut
Gäller för
Implicit(Int32 to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Konverterar implicit ett Int32 värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- Int32
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
Gäller för
Implicit(Int16 to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Konverterar implicit ett Int16 värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- Int16
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
Gäller för
Implicit(Char to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Konverterar implicit ett Char värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- Char
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
Gäller för
Implicit(Byte to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Konverterar implicit ett Byte värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- Byte
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.
Gäller för
Implicit(Int64 to Int128)
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
- Källa:
- Int128.cs
Konverterar implicit ett Int64 värde till ett 128-bitars signerat heltal.
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
Parametrar
- value
- Int64
Värdet som ska konverteras.
Returer
value konverterat till ett 128-bitars signerat heltal.