- Vector128<T> - AllBitsSet 
- Count 
- Indices 
- IsSupported 
- One 
- this[Int32] 
- Zero 
- Equals(Object) 
- Equals(Vector128<T>) 
- GetHashCode() 
- ToString() 
- operator -(Vector128<T>) 
- operator -(Vector128<T>, Vector128<T>) 
- operator !=(Vector128<T>, Vector128<T>) 
- operator *(T, Vector128<T>) 
- operator *(Vector128<T>, T) 
- operator *(Vector128<T>, Vector128<T>) 
- operator /(Vector128<T>, T) 
- operator /(Vector128<T>, Vector128<T>) 
- operator &(Vector128<T>, Vector128<T>) 
- operator ^(Vector128<T>, Vector128<T>) 
- operator +(Vector128<T>) 
- operator +(Vector128<T>, Vector128<T>) 
- operator <<(Vector128<T>, Int32) 
- operator ==(Vector128<T>, Vector128<T>) 
- operator >>(Vector128<T>, Int32) 
- operator >>>(Vector128<T>, Int32) 
- operator |(Vector128<T>, Vector128<T>) 
- operator ~(Vector128<T>) 
- As<T, U>(Vector128<T>) 
- AsByte<T>(Vector128<T>) 
- AsDouble<T>(Vector128<T>) 
- AsInt16<T>(Vector128<T>) 
- AsInt32<T>(Vector128<T>) 
- AsInt64<T>(Vector128<T>) 
- AsNInt<T>(Vector128<T>) 
- AsNUInt<T>(Vector128<T>) 
- AsSByte<T>(Vector128<T>) 
- AsSingle<T>(Vector128<T>) 
- AsUInt16<T>(Vector128<T>) 
- AsUInt32<T>(Vector128<T>) 
- AsUInt64<T>(Vector128<T>) 
- AsVector<T>(Vector128<T>) 
- AsVector2(Vector128<Single>) 
- AsVector3(Vector128<Single>) 
- AsVector4(Vector128<Single>) 
- CopyTo<T>(Vector128<T>, Span<T>) 
- CopyTo<T>(Vector128<T>, T[]) 
- CopyTo<T>(Vector128<T>, T[], Int32) 
- ExtractMostSignificantBits<T>(Vector128<T>) 
- GetElement<T>(Vector128<T>, Int32) 
- GetLower<T>(Vector128<T>) 
- GetUpper<T>(Vector128<T>) 
- Store<T>(Vector128<T>, T*) 
- StoreAligned<T>(Vector128<T>, T*) 
- StoreAlignedNonTemporal<T>(Vector128<T>, T*) 
- StoreUnsafe<T>(Vector128<T>, T) 
- StoreUnsafe<T>(Vector128<T>, T, nuint) 
- ToScalar<T>(Vector128<T>) 
- ToVector256<T>(Vector128<T>) 
- ToVector256Unsafe<T>(Vector128<T>) 
- TryCopyTo<T>(Vector128<T>, Span<T>) 
- WithElement<T>(Vector128<T>, Int32, T) 
- WithLower<T>(Vector128<T>, Vector64<T>) 
- WithUpper<T>(Vector128<T>, Vector64<T>) 
 
net9.0
    namespace System.Runtime.Intrinsics
{
    public static class Vector128
    {
        public static Vector64<T> GetLower<T>(this Vector128<T> vector);
    }
}
            | nuget.org | 0.0 % Reference this API | 
|---|---|
| .NET | 5.06.07.08.09.0 | 
| .NET Core | 3.03.1 | 
| 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