Vector64<T> Struktura
Definicja
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))
Parametry typu
- T
- Dziedziczenie
- Implementuje
-
IEquatable<Vector64<T>>
Właściwości
Count |
Pobiera liczbę |
Zero |
Pobiera nowy Vector64<T> ze wszystkimi elementami zainicjowanymi do zera.Gets a new Vector64<T> with all elements initialized to zero. |
Metody
Equals(Object) |
Określa, czy określony obiekt jest równy bieżącemu wystąpieniu.Determines whether the specified object is equal to the current instance. |
Equals(Vector64<T>) |
Określa, czy określony Vector64<T> jest równy bieżącemu wystąpieniu.Determines whether the specified Vector64<T> is equal to the current instance. |
GetHashCode() |
Pobiera kod skrótu dla tego wystąpienia.Gets the hash code for the instance. |
ToString() |
Konwertuje bieżące wystąpienie na równoważną reprezentację ciągu.Converts the current instance to an equivalent string representation. |
Metody rozszerzania
As<T,U>(Vector64<T>) |
Reinterpretuje Vector64<T> typ |
AsByte<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ Byte.Reinterprets a Vector64<T> as a new Vector64 of type Byte. |
AsDouble<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ Double.Reinterprets a Vector64<T> as a new Vector64 of type Double. |
AsInt16<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ Int16.Reinterprets a Vector64<T> as a new Vector64 of type Int16. |
AsInt32<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ Int32.Reinterprets a Vector64<T> as a new Vector64 of type Int32. |
AsInt64<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ Int64.Reinterprets a Vector64<T> as a new Vector64 of type Int64. |
AsSByte<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ SByte.Reinterprets a Vector64<T> as a new Vector64 of type SByte. |
AsSingle<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ Single.Reinterprets a Vector64<T> as a new Vector64 of type Single. |
AsUInt16<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ UInt16.Reinterprets a Vector64<T> as a new Vector64 of type UInt16. |
AsUInt32<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ UInt32.Reinterprets a Vector64<T> as a new Vector64 of type UInt32. |
AsUInt64<T>(Vector64<T>) |
Reinterpretuje Vector64<T> jako nowy Vector64 typ UInt64.Reinterprets a Vector64<T> as a new Vector64 of type UInt64. |
GetElement<T>(Vector64<T>, Int32) |
Pobiera element wskazywany przez określony indeks.Gets the element at the specified index. |
ToScalar<T>(Vector64<T>) |
Konwertuje dany wektor do skalarnej zawierającej wartość pierwszego elementu.Converts the given vector to a scalar containing the value of the first element. |
ToVector128<T>(Vector64<T>) |
Konwertuje dany wektor na nowy Vector128<T> z niższym 64-bitowym ustawionym na wartość danego wektora i 64 górną liczbę bitów, które są inicjowane do zera.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>) |
Konwertuje dany wektor na nowy Vector128<T> z niższym 64-bitowym ustawionym na wartość danego wektora i górną część 64-bitów, która nie została zainicjowana.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) |
Tworzy nowy Vector64<T> element z elementem z określonym indeksem ustawionym na określoną wartość, a pozostałe elementy mają tę samą wartość, co w danym wektorze.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. |