array_view::extent Data Member
Gets the extent object that defines the shape of the array_view object.
__declspec(property(get=get_extent)) Concurrency::extent<_Rank> extent;
Requirements
Header: amp.h
Namespace: Concurrency
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Gets the extent object that defines the shape of the array_view object.
__declspec(property(get=get_extent)) Concurrency::extent<_Rank> extent;
Header: amp.h
Namespace: Concurrency