Vector256<T>.Zero 속성

정의

0으로 초기화된 모든 요소를 포함한 새 Vector256<T>을 가져옵니다.

public:
 static property System::Runtime::Intrinsics::Vector256<T> Zero { System::Runtime::Intrinsics::Vector256<T> get(); };
public static System.Runtime.Intrinsics.Vector256<T> Zero { get; }
member this.Zero : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)>
Public Shared ReadOnly Property Zero As Vector256(Of T)

속성 값

Vector256<T>

예외

현재 인스턴스의 형식(T)은 지원되지 않습니다.

적용 대상