Vector128<T>.AllBitsSet 속성
정의
모든 비트가 1로 설정된 새 Vector128<T>을 가져옵니다.Gets a new Vector128<T> with all bits set to 1.
public:
static property System::Runtime::Intrinsics::Vector128<T> AllBitsSet { System::Runtime::Intrinsics::Vector128<T> get(); };
public static System.Runtime.Intrinsics.Vector128<T> AllBitsSet { get; }
member this.AllBitsSet : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)>
Public Shared ReadOnly Property AllBitsSet As Vector128(Of T)
속성 값
예외
현재 인스턴스의 형식(T
)은 지원되지 않습니다.The type of the current instance (T
) is not supported.