Vector<T>.Explicit Operador
Definição
Sobrecargas
| Explicit(Vector<T> to Vector<UInt64>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo UInt64.Reinterprets the bits of the specified vector into a vector of type UInt64. |
| Explicit(Vector<T> to Vector<UInt32>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo UInt32.Reinterprets the bits of the specified vector into a vector of type UInt32. |
| Explicit(Vector<T> to Vector<UInt16>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo UInt16.Reinterprets the bits of the specified vector into a vector of type UInt16. |
| Explicit(Vector<T> to Vector<Single>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo Single.Reinterprets the bits of the specified vector into a vector of type Single. |
| Explicit(Vector<T> to Vector<SByte>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo SByte.Reinterprets the bits of the specified vector into a vector of type SByte. |
| Explicit(Vector<T> to Vector<Byte>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo Byte.Reinterprets the bits of the specified vector into a vector of type Byte. |
| Explicit(Vector<T> to Vector<Int32>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo Int32.Reinterprets the bits of the specified vector into a vector of type Int32. |
| Explicit(Vector<T> to Vector<Int16>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo Int16.Reinterprets the bits of the specified vector into a vector of type Int16. |
| Explicit(Vector<T> to Vector<Double>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo Double.Reinterprets the bits of the specified vector into a vector of type Double. |
| Explicit(Vector<T> to Vector<Int64>) |
Reinterpreta os bits do vetor especificado em um vetor do tipo Int64.Reinterprets the bits of the specified vector into a vector of type Int64. |
Explicit(Vector<T> to Vector<UInt64>)
Importante
Esta API não está em conformidade com CLS.
public:
static explicit operator System::Numerics::Vector<System::UInt64>(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<ulong> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<uint64>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of ULong)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
- Atributos
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<UInt32>)
Importante
Esta API não está em conformidade com CLS.
public:
static explicit operator System::Numerics::Vector<System::UInt32>(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<uint> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<uint32>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of UInteger)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
- Atributos
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<UInt16>)
Importante
Esta API não está em conformidade com CLS.
public:
static explicit operator System::Numerics::Vector<System::UInt16>(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<ushort> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<uint16>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of UShort)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
- Atributos
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<Single>)
public:
static explicit operator System::Numerics::Vector<float>(System::Numerics::Vector<T> value);
public static explicit operator System.Numerics.Vector<float> (System.Numerics.Vector<T> value);
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<single>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of Single)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<SByte>)
Importante
Esta API não está em conformidade com CLS.
public:
static explicit operator System::Numerics::Vector<System::SByte>(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Vector<sbyte> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<sbyte>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of SByte)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
- Atributos
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<Byte>)
public:
static explicit operator System::Numerics::Vector<System::Byte>(System::Numerics::Vector<T> value);
public static explicit operator System.Numerics.Vector<byte> (System.Numerics.Vector<T> value);
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<byte>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of Byte)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<Int32>)
public:
static explicit operator System::Numerics::Vector<int>(System::Numerics::Vector<T> value);
public static explicit operator System.Numerics.Vector<int> (System.Numerics.Vector<T> value);
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<int>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of Integer)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<Int16>)
public:
static explicit operator System::Numerics::Vector<short>(System::Numerics::Vector<T> value);
public static explicit operator System.Numerics.Vector<short> (System.Numerics.Vector<T> value);
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<int16>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of Short)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<Double>)
public:
static explicit operator System::Numerics::Vector<double>(System::Numerics::Vector<T> value);
public static explicit operator System.Numerics.Vector<double> (System.Numerics.Vector<T> value);
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<double>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of Double)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).
Aplica-se a
Explicit(Vector<T> to Vector<Int64>)
public:
static explicit operator System::Numerics::Vector<long>(System::Numerics::Vector<T> value);
public static explicit operator System.Numerics.Vector<long> (System.Numerics.Vector<T> value);
static member op_Explicit : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<int64>
Public Shared Narrowing Operator CType (value As Vector(Of T)) As Vector(Of Long)
Parâmetros
- value
- Vector<T>
O vetor a se reinterpretado.The vector to reinterpret.
Retornos
O vetor reinterpretado.The reinterpreted vector.
Exceções
.NET 5.0 e posteriores: não há suporte para o tipo T..NET 5.0 and later: Type T is not supported.
Comentários
O Explicit operador define uma conversão de restrição; ele requer um operador de conversão (em C#) ou um método Conversion (em Visual Basic).The Explicit operator defines a narrowing conversion; it requires a casting operator (in C#) or a conversion method (in Visual Basic).