Share via


Vector<T>.One 屬性

定義

傳回包含所有一的向量。

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)

屬性值

包含所有一的向量。

例外狀況

.NET 5 和更新版本:不支持類型 T

適用於