Vector128<T>.Count Propiedad

Definición

Obtiene el número de T que hay en Vector128<T>.

public:
 static property int Count { int get(); };
public static int Count { get; }
member this.Count : int
Public Shared ReadOnly Property Count As Integer

Valor de propiedad

Int32

Excepciones

El tipo de la instancia actual (T) no se admite.

Se aplica a