Int128.Implicit Operador

Definição

Sobrecargas

Implicit(SByte to Int128)

Converte implicitamente um SByte valor em um inteiro com sinal de 128 bits.

Implicit(UIntPtr to Int128)

Converte implicitamente um UIntPtr valor em um inteiro com sinal de 128 bits.

Implicit(UInt32 to Int128)

Converte implicitamente um UInt32 valor em um inteiro com sinal de 128 bits.

Implicit(UInt16 to Int128)

Converte implicitamente um UInt16 valor em um inteiro com sinal de 128 bits.

Implicit(IntPtr to Int128)

Converte implicitamente um IntPtr valor em um inteiro com sinal de 128 bits.

Implicit(UInt64 to Int128)

Converte implicitamente um UInt64 valor em um inteiro com sinal de 128 bits.

Implicit(Int32 to Int128)

Converte implicitamente um Int32 valor em um inteiro com sinal de 128 bits.

Implicit(Int16 to Int128)

Converte implicitamente um Int16 valor em um inteiro com sinal de 128 bits.

Implicit(Char to Int128)

Converte implicitamente um Char valor em um inteiro com sinal de 128 bits.

Implicit(Int64 to Int128)

Converte implicitamente um Int64 valor em um inteiro com sinal de 128 bits.

Implicit(Byte to Int128)

Converte implicitamente um Byte valor em um inteiro com sinal de 128 bits.

Implicit(SByte to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Importante

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

Converte implicitamente um SByte valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
SByte

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UIntPtr to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Importante

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

Converte implicitamente um UIntPtr valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
UIntPtr

unativeint

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UInt32 to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Importante

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

Converte implicitamente um UInt32 valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
UInt32

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Atributos

Aplica-se a

Implicit(UInt16 to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Importante

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

Converte implicitamente um UInt16 valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
UInt16

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Atributos

Aplica-se a

Implicit(IntPtr to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Converte implicitamente um IntPtr valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
IntPtr

nativeint

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Aplica-se a

Implicit(UInt64 to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Importante

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

Converte implicitamente um UInt64 valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
UInt64

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Atributos

Aplica-se a

Implicit(Int32 to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Converte implicitamente um Int32 valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
Int32

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Aplica-se a

Implicit(Int16 to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Converte implicitamente um Int16 valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
Int16

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Aplica-se a

Implicit(Char to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Converte implicitamente um Char valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
Char

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Aplica-se a

Implicit(Int64 to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Converte implicitamente um Int64 valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
Int64

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Aplica-se a

Implicit(Byte to Int128)

Origem:
Int128.cs
Origem:
Int128.cs
Origem:
Int128.cs

Converte implicitamente um Byte valor em um inteiro com sinal de 128 bits.

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

Parâmetros

value
Byte

O valor a ser convertido.

Retornos

value convertido em um inteiro com sinal de 128 bits.

Aplica-se a