You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/// <typeparam name="U">The type of the vector the current instance should be reinterpreted as.</typeparam>
87
89
/// <returns>The current instance reinterpreted as a new <see cref="Vector128{U}" />.</returns>
88
90
/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) or the type of the target (<typeparamref name="U" />) is not supported.</exception>
/// <typeparam name="U">The type of the vector the current instance should be reinterpreted as.</typeparam>
89
91
/// <returns>The current instance reinterpreted as a new <see cref="Vector256{U}" />.</returns>
90
92
/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) or the type of the target (<typeparamref name="U" />) is not supported.</exception>
/// <typeparam name="U">The type of the vector the current instance should be reinterpreted as.</typeparam>
86
88
/// <returns>The current instance reinterpreted as a new <see cref="Vector64{U}" />.</returns>
87
89
/// <exception cref="NotSupportedException">The type of the current instance (<typeparamref name="T" />) or the type of the target (<typeparamref name="U" />) is not supported.</exception>
0 commit comments