Vector64<T>
AllBitsSet
Count
Indices
IsSupported
One
this[Int32]
Zero
Equals(Object)
Equals(Vector64<T>)
GetHashCode()
ToString()
operator -(Vector64<T>)
operator -(Vector64<T>, Vector64<T>)
operator !=(Vector64<T>, Vector64<T>)
operator *(T, Vector64<T>)
operator *(Vector64<T>, T)
operator *(Vector64<T>, Vector64<T>)
operator /(Vector64<T>, T)
operator /(Vector64<T>, Vector64<T>)
operator &(Vector64<T>, Vector64<T>)
operator ^(Vector64<T>, Vector64<T>)
operator +(Vector64<T>)
operator +(Vector64<T>, Vector64<T>)
operator <<(Vector64<T>, Int32)
operator ==(Vector64<T>, Vector64<T>)
operator >>(Vector64<T>, Int32)
operator >>>(Vector64<T>, Int32)
operator |(Vector64<T>, Vector64<T>)
operator ~(Vector64<T>)
As<T, U>(Vector64<T>)
AsByte<T>(Vector64<T>)
AsDouble<T>(Vector64<T>)
AsInt16<T>(Vector64<T>)
AsInt32<T>(Vector64<T>)
AsInt64<T>(Vector64<T>)
AsNInt<T>(Vector64<T>)
AsNUInt<T>(Vector64<T>)
AsSByte<T>(Vector64<T>)
AsSingle<T>(Vector64<T>)
AsUInt16<T>(Vector64<T>)
AsUInt32<T>(Vector64<T>)
AsUInt64<T>(Vector64<T>)
CopyTo<T>(Vector64<T>, Span<T>)
CopyTo<T>(Vector64<T>, T[])
CopyTo<T>(Vector64<T>, T[], Int32)
ExtractMostSignificantBits<T>(Vector64<T>)
GetElement<T>(Vector64<T>, Int32)
Store<T>(Vector64<T>, T*)
StoreAligned<T>(Vector64<T>, T*)
StoreAlignedNonTemporal<T>(Vector64<T>, T*)
StoreUnsafe<T>(Vector64<T>, T)
StoreUnsafe<T>(Vector64<T>, T, nuint)
ToScalar<T>(Vector64<T>)
ToVector128<T>(Vector64<T>)
ToVector128Unsafe<T>(Vector64<T>)
TryCopyTo<T>(Vector64<T>, Span<T>)
WithElement<T>(Vector64<T>, Int32, T)
net9.0
namespace System.Runtime.Intrinsics
{
public static class Vector64
{
public static void CopyTo<T>(this Vector64<T> vector, T[]! destination);
}
}
Design Reviews |
|
---|---|
.NET | 7.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Runtime.Intrinsics , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API