SkillFeatureTensorUInt64Value.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

public:
 virtual Windows::Foundation::Collections::IVectorView<System::UInt64> ^ GetAsVectorView() = Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorUInt64Value::GetAsVectorView;
public Windows.Foundation.Collections.IVectorView<ulong> GetAsVectorView ();
abstract member GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<uint64>
override this.GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<uint64>
Public Function GetAsVectorView () As IVectorView(Of ULong)

Returns

Windows.Foundation.Collections.IVectorView<UInt64>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorUInt64Value.GetAsVectorView

Applies to