Vector<T>.AllBitsSet 속성

정의

모든 비트가 1로 설정된 새 Vector<T>을 가져옵니다.

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)은 지원되지 않습니다.

적용 대상