Vector<T>.One 속성

정의

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

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

속성 값

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

예외

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

적용 대상