UInt128.Explicit 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 |
|---|---|
| Explicit(UInt128 to UIntPtr) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een UIntPtr waarde. |
| Explicit(UInt128 to UInt64) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een UInt64 waarde. |
| Explicit(UInt128 to UInt32) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een UInt32 waarde. |
| Explicit(UInt128 to UInt16) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een UInt16 waarde. |
| Explicit(UInt128 to Single) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Single waarde. |
| Explicit(UInt128 to SByte) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een SByte waarde. |
| Explicit(UInt128 to IntPtr) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een IntPtr waarde. |
| Explicit(UInt128 to Int64) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int64 waarde. |
| Explicit(UInt128 to Int32) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int32 waarde. |
| Explicit(UInt128 to Int128) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int128 waarde. |
| Explicit(UInt128 to Half) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Half waarde. |
| Explicit(UInt128 to Int16) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int16 waarde. |
| Explicit(UInt128 to Decimal) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Decimal waarde. |
| Explicit(Decimal to UInt128) |
Converteert expliciet een Decimal waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(UInt128 to Double) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Double waarde. |
| Explicit(Int16 to UInt128) |
Converteert expliciet een Int16 waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(Int32 to UInt128) |
Converteert expliciet een Int32 waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(Int64 to UInt128) |
Converteert expliciet een Int64 waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(Double to UInt128) |
Converteert expliciet een Double waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(SByte to UInt128) |
Converteert expliciet een SByte waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(Single to UInt128) |
Converteert expliciet een Single waarde naar een 128-bits geheel getal zonder teken. |
| Explicit(UInt128 to Byte) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Byte waarde. |
| Explicit(UInt128 to Char) |
Converteert expliciet een 128-bits geheel getal zonder teken naar een Char waarde. |
| Explicit(IntPtr to UInt128) |
Converteert expliciet een IntPtr waarde naar een 128-bits geheel getal zonder teken. |
Explicit(UInt128 to UIntPtr)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een 128-bits geheel getal zonder teken naar een UIntPtr waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
unativeint
value geconverteerd naar een UIntPtr.
- Kenmerken
Van toepassing op
Explicit(UInt128 to UInt64)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een 128-bits geheel getal zonder teken naar een UInt64 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een UInt64.
- Kenmerken
Van toepassing op
Explicit(UInt128 to UInt32)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een 128-bits geheel getal zonder teken naar een UInt32 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een UInt32.
- Kenmerken
Van toepassing op
Explicit(UInt128 to UInt16)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een 128-bits geheel getal zonder teken naar een UInt16 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een UInt16.
- Kenmerken
Van toepassing op
Explicit(UInt128 to Single)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Single waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Single.
Van toepassing op
Explicit(UInt128 to SByte)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een 128-bits geheel getal zonder teken naar een SByte waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een SByte.
- Kenmerken
Van toepassing op
Explicit(UInt128 to IntPtr)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een IntPtr waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
nativeint
value geconverteerd naar een IntPtr.
Van toepassing op
Explicit(UInt128 to Int64)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int64 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Int64.
Van toepassing op
Explicit(UInt128 to Int32)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int32 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Int32.
Van toepassing op
Explicit(UInt128 to Int128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int128 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Int128.
- Kenmerken
Van toepassing op
Explicit(UInt128 to Half)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Half waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Half.
Van toepassing op
Explicit(UInt128 to Int16)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Int16 waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Int16.
Van toepassing op
Explicit(UInt128 to Decimal)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Decimal waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Decimal.
Van toepassing op
Explicit(Decimal to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een Decimal waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- Decimal
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
Van toepassing op
Explicit(UInt128 to Double)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Double waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Double.
Van toepassing op
Explicit(Int16 to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een Int16 waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- Int16
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
Van toepassing op
Explicit(Int32 to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een Int32 waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- Int32
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
Van toepassing op
Explicit(Int64 to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een Int64 waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- Int64
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
Van toepassing op
Explicit(Double to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een Double waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- Double
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
Van toepassing op
Explicit(SByte to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Belangrijk
Deze API is niet CLS-conform.
Converteert expliciet een SByte waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- SByte
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
- Kenmerken
Van toepassing op
Explicit(Single to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een Single waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
- Single
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.
Van toepassing op
Explicit(UInt128 to Byte)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Byte waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Byte.
Van toepassing op
Explicit(UInt128 to Char)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een 128-bits geheel getal zonder teken naar een Char waarde.
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
Parameters
- value
- UInt128
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een Char.
Van toepassing op
Explicit(IntPtr to UInt128)
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
- Bron:
- UInt128.cs
Converteert expliciet een IntPtr waarde naar een 128-bits geheel getal zonder teken.
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
Parameters
- value
-
IntPtr
nativeint
De waarde die moet worden geconverteerd.
Retouren
value geconverteerd naar een 128-bits geheel getal zonder teken.