UInt128.Implicit Operador

Definição

Sobrecargas

Name Description
Implicit(Byte to UInt128)

Implicitamente converte um Byte valor num inteiro sem sinal de 128 bits.

Implicit(Char to UInt128)

Implicitamente converte um Char valor num inteiro sem sinal de 128 bits.

Implicit(UInt16 to UInt128)

Implicitamente converte um UInt16 valor num inteiro sem sinal de 128 bits.

Implicit(UInt32 to UInt128)

Implicitamente converte um UInt32 valor num inteiro sem sinal de 128 bits.

Implicit(UInt64 to UInt128)

Implicitamente converte um UInt64 valor num inteiro sem sinal de 128 bits.

Implicit(UIntPtr to UInt128)

Implicitamente converte um UIntPtr valor num inteiro sem sinal de 128 bits.

Implicit(Byte to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Implicitamente converte um Byte valor num inteiro sem sinal de 128 bits.

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

Parâmetros

value
Byte

O valor a converter.

Devoluções

value convertido para um inteiro sem sinal de 128 bits.

Aplica-se a

Implicit(Char to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Implicitamente converte um Char valor num inteiro sem sinal de 128 bits.

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

Parâmetros

value
Char

O valor a converter.

Devoluções

value convertido para um inteiro sem sinal de 128 bits.

Aplica-se a

Implicit(UInt16 to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Implicitamente converte um UInt16 valor num inteiro sem sinal de 128 bits.

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

Parâmetros

value
UInt16

O valor a converter.

Devoluções

value convertido para um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UInt32 to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Implicitamente converte um UInt32 valor num inteiro sem sinal de 128 bits.

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

Parâmetros

value
UInt32

O valor a converter.

Devoluções

value convertido para um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UInt64 to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Implicitamente converte um UInt64 valor num inteiro sem sinal de 128 bits.

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

Parâmetros

value
UInt64

O valor a converter.

Devoluções

value convertido para um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UIntPtr to UInt128)

Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs
Origem:
UInt128.cs

Importante

Esta API não está em conformidade com CLS.

Implicitamente converte um UIntPtr valor num inteiro sem sinal de 128 bits.

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

Parâmetros

value
UIntPtr

unativeint

O valor a converter.

Devoluções

value convertido para um inteiro sem sinal de 128 bits.

Atributos

Aplica-se a