Vector64<T>.AllBitsSet 属性
定义
获取一个新的 Vector64<T>,并将所有位设置为 1。Gets a new Vector64<T> with all bits set to 1.
public:
static property System::Runtime::Intrinsics::Vector64<T> AllBitsSet { System::Runtime::Intrinsics::Vector64<T> get(); };
public static System.Runtime.Intrinsics.Vector64<T> AllBitsSet { get; }
member this.AllBitsSet : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)>
Public Shared ReadOnly Property AllBitsSet As Vector64(Of T)
属性值
例外
不支持当前实例的类型 (T)。The type of the current instance (T) is not supported.