Vector256<T>.One Property

Definition

Gets a new Vector256<T> with all elements initialized to one.

C#
public static System.Runtime.Intrinsics.Vector256<T> One { get; }

Property Value

Exceptions

The type of the current instance (T) is not supported.

Applies to

Product Versions
.NET 8, 9, 10