Vector64<T> Estructura
Definición
generic <typename T>
where T : value classpublic value class Vector64 : IEquatable<System::Runtime::Intrinsics::Vector64<T>>
public struct Vector64<T> : IEquatable<System.Runtime.Intrinsics.Vector64<T>> where T : struct
type Vector64<'T (requires 'T : struct)> = struct
Public Structure Vector64(Of T)
Implements IEquatable(Of Vector64(Of T))
Parámetros de tipo
- T
- Herencia
- Implementaciones
-
IEquatable<Vector64<T>>
Propiedades
Count |
Obtiene el número de |
Zero |
Obtiene una nueva instancia de Vector64<T> con todos los elementos puestos a cero.Gets a new Vector64<T> with all elements initialized to zero. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual a la instancia actual.Determines whether the specified object is equal to the current instance. |
Equals(Vector64<T>) |
Determina si el objeto Vector64<T> especificado es igual a la instancia actual.Determines whether the specified Vector64<T> is equal to the current instance. |
GetHashCode() |
Obtiene el código hash de la instancia.Gets the hash code for the instance. |
ToString() |
Convierte la instancia actual en su representación de cadena equivalente.Converts the current instance to an equivalent string representation. |
Métodos de extensión
As<T,U>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> de tipo |
AsByte<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo Byte.Reinterprets a Vector64<T> as a new Vector64 of type Byte. |
AsDouble<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo Double.Reinterprets a Vector64<T> as a new Vector64 of type Double. |
AsInt16<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo Int16.Reinterprets a Vector64<T> as a new Vector64 of type Int16. |
AsInt32<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo Int32.Reinterprets a Vector64<T> as a new Vector64 of type Int32. |
AsInt64<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo Int64.Reinterprets a Vector64<T> as a new Vector64 of type Int64. |
AsSByte<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo SByte.Reinterprets a Vector64<T> as a new Vector64 of type SByte. |
AsSingle<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo Single.Reinterprets a Vector64<T> as a new Vector64 of type Single. |
AsUInt16<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo UInt16.Reinterprets a Vector64<T> as a new Vector64 of type UInt16. |
AsUInt32<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo UInt32.Reinterprets a Vector64<T> as a new Vector64 of type UInt32. |
AsUInt64<T>(Vector64<T>) |
Reinterpreta un elemento Vector64<T> como un nuevo elemento Vector64 de tipo UInt64.Reinterprets a Vector64<T> as a new Vector64 of type UInt64. |
GetElement<T>(Vector64<T>, Int32) |
Obtiene el elemento en el índice especificado.Gets the element at the specified index. |
ToScalar<T>(Vector64<T>) |
Convierte el vector especificado en un escalar que contiene el valor del primer elemento.Converts the given vector to a scalar containing the value of the first element. |
ToVector128<T>(Vector64<T>) |
Convierte el vector proporcionado en un Vector128<T> nuevo con los 64 bits inferiores establecidos en el valor del vector especificado y los 64 bits superiores inicializados en cero.Converts the given vector to a new Vector128<T> with the lower 64-bits set to the value of the given vector and the upper 64-bits initialized to zero. |
ToVector128Unsafe<T>(Vector64<T>) |
Convierte el vector proporcionado en un Vector128<T> nuevo con los 64 bits inferiores establecidos en el valor del vector especificado y los 64 bits superiores sin inicializar.Converts the given vector to a new Vector128<T> with the lower 64-bits set to the value of the given vector and the upper 64-bits left uninitialized. |
WithElement<T>(Vector64<T>, Int32, T) |
Crea Vector64<T> con el elemento en el índice especificado establecido en el valor especificado y los elementos restantes establecidos en el mismo valor que en el vector especificado.Creates a new Vector64<T> with the element at the specified index set to the specified value and the remaining elements set to the same value as that in the given vector. |