Int128.Implicit Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| Implicit(UInt16 to Int128) |
Converteert impliciet een UInt16 waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(SByte to Int128) |
Converteert impliciet een SByte waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(UInt64 to Int128) |
Converteert impliciet een UInt64 waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(UInt32 to Int128) |
Converteert impliciet een UInt32 waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(IntPtr to Int128) |
Converteert impliciet een IntPtr waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(UIntPtr to Int128) |
Converteert impliciet een UIntPtr waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(Int32 to Int128) |
Converteert impliciet een Int32 waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(Int16 to Int128) |
Converteert impliciet een Int16 waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(Char to Int128) |
Converteert impliciet een Char waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(Byte to Int128) |
Converteert impliciet een Byte waarde naar een 128-bits geheel getal dat is ondertekend. |
| Implicit(Int64 to Int128) |
Converteert impliciet een Int64 waarde naar een 128-bits geheel getal dat is ondertekend. |
Implicit(UInt16 to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert impliciet een UInt16 waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- UInt16
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
- Kenmerken
Van toepassing op
Implicit(SByte to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert impliciet een SByte waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- SByte
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
- Kenmerken
Van toepassing op
Implicit(UInt64 to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert impliciet een UInt64 waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- UInt64
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
- Kenmerken
Van toepassing op
Implicit(UInt32 to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert impliciet een UInt32 waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- UInt32
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
- Kenmerken
Van toepassing op
Implicit(IntPtr to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Converteert impliciet een IntPtr waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
-
IntPtr
nativeint
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
Van toepassing op
Implicit(UIntPtr to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert impliciet een UIntPtr waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
-
UIntPtr
unativeint
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
- Kenmerken
Van toepassing op
Implicit(Int32 to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Converteert impliciet een Int32 waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- Int32
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
Van toepassing op
Implicit(Int16 to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Converteert impliciet een Int16 waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- Int16
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
Van toepassing op
Implicit(Char to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Converteert impliciet een Char waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- Char
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
Van toepassing op
Implicit(Byte to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Converteert impliciet een Byte waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- Byte
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.
Van toepassing op
Implicit(Int64 to Int128)
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
- Bron:
- Int128.cs
Converteert impliciet een Int64 waarde naar een 128-bits geheel getal dat is ondertekend.
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
Parameters
- value
- Int64
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal dat is ondertekend.