Vector<T>.Zero Egenskap

Definition

Returnerar en vektor som innehåller alla nolla.

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)

Egenskapsvärde

En vektor som innehåller alla nolla.

Undantag

.NET 5 och senare: Skriv T stöds inte.

Gäller för