UInt128.Implicit Operator

Definition

Överlagringar

Name Description
Implicit(Byte to UInt128)

Konverterar implicit ett Byte värde till ett 128-bitars osignerat heltal.

Implicit(Char to UInt128)

Konverterar implicit ett Char värde till ett 128-bitars osignerat heltal.

Implicit(UInt16 to UInt128)

Konverterar implicit ett UInt16 värde till ett 128-bitars osignerat heltal.

Implicit(UInt32 to UInt128)

Konverterar implicit ett UInt32 värde till ett 128-bitars osignerat heltal.

Implicit(UInt64 to UInt128)

Konverterar implicit ett UInt64 värde till ett 128-bitars osignerat heltal.

Implicit(UIntPtr to UInt128)

Konverterar implicit ett UIntPtr värde till ett 128-bitars osignerat heltal.

Implicit(Byte to UInt128)

Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs

Konverterar implicit ett Byte värde till ett 128-bitars osignerat heltal.

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

Parametrar

value
Byte

Värdet som ska konverteras.

Returer

value konverteras till ett 128-bitars osignerat heltal.

Gäller för

Implicit(Char to UInt128)

Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs

Konverterar implicit ett Char värde till ett 128-bitars osignerat heltal.

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

Parametrar

value
Char

Värdet som ska konverteras.

Returer

value konverteras till ett 128-bitars osignerat heltal.

Gäller för

Implicit(UInt16 to UInt128)

Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UInt16 värde till ett 128-bitars osignerat heltal.

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

Parametrar

value
UInt16

Värdet som ska konverteras.

Returer

value konverteras till ett 128-bitars osignerat heltal.

Attribut

Gäller för

Implicit(UInt32 to UInt128)

Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UInt32 värde till ett 128-bitars osignerat heltal.

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

Parametrar

value
UInt32

Värdet som ska konverteras.

Returer

value konverteras till ett 128-bitars osignerat heltal.

Attribut

Gäller för

Implicit(UInt64 to UInt128)

Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UInt64 värde till ett 128-bitars osignerat heltal.

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

Parametrar

value
UInt64

Värdet som ska konverteras.

Returer

value konverteras till ett 128-bitars osignerat heltal.

Attribut

Gäller för

Implicit(UIntPtr to UInt128)

Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs
Källa:
UInt128.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar implicit ett UIntPtr värde till ett 128-bitars osignerat heltal.

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

Parametrar

value
UIntPtr

unativeint

Värdet som ska konverteras.

Returer

value konverteras till ett 128-bitars osignerat heltal.

Attribut

Gäller för