Vector<T>.One Vlastnost

Definice

Vrátí vektor obsahující všechny.

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)

Hodnota vlastnosti

Vektor obsahující všechny.

Výjimky

.NET 5 a novější: Typ T se nepodporuje.

Platí pro