TensorUInt64Bit.GetAsVectorView 方法

定义

返回数据的只读视图。

public:
 virtual IVectorView<unsigned long long> ^ GetAsVectorView() = GetAsVectorView;
IVectorView<uint64_t> GetAsVectorView();
public IReadOnlyList<ulong> GetAsVectorView();
function getAsVectorView()
Public Function GetAsVectorView () As IReadOnlyList(Of ULong)

返回

IVectorView<UInt64>

IReadOnlyList<UInt64>

Windows.Foundation.Collections.IVectorView

IVectorView<uint64_t>

数据的只读视图。

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用具有桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于