次の方法で共有


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 はスレッド セーフです。

適用対象