Vector<T>.Zero 속성

정의

0을 모두 포함하는 벡터를 반환합니다.

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

속성 값

0을 모두 포함하는 벡터입니다.

예외

.NET 5 이상: 형식 T 은 지원되지 않습니다.

적용 대상