Vector<T>.AllBitsSet 屬性

定義

取得新的 Vector<T>,並將所有位元設定為 1。

public:
 static property System::Numerics::Vector<T> AllBitsSet { System::Numerics::Vector<T> get(); };
public static System.Numerics.Vector<T> AllBitsSet { get; }
static member AllBitsSet : System.Numerics.Vector<'T>
Public Shared ReadOnly Property AllBitsSet As Vector(Of T)

屬性值

例外狀況

不支援目前執行個體 (T) 的類型。

適用於