Vector<T>.Zero Proprietà

Definizione

Restituisce un vettore contenente tutti 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)

Valore della proprietà

Vector<T>

Vettore contenente tutti zero.

Eccezioni

.NET 5 e versioni successive: il tipo T non è supportato.

Si applica a