Vector<T>.Zero プロパティ

定義

すべての要素がゼロのベクトルを返します。

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

プロパティ値

Vector<T>

すべての要素がゼロのベクトル。

例外

.NET 5 以降: 型 T はサポートされていません。

適用対象