SkillFeatureTensorInt64Value.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

public:
 virtual Windows::Foundation::Collections::IVectorView<long> ^ GetAsVectorView() = Microsoft::AI::Skills::SkillInterfacePreview::ISkillFeatureTensorInt64Value::GetAsVectorView;
public Windows.Foundation.Collections.IVectorView<long> GetAsVectorView ();
abstract member GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<int64>
override this.GetAsVectorView : unit -> Windows.Foundation.Collections.IVectorView<int64>
Public Function GetAsVectorView () As IVectorView(Of Long)

Returns

Windows.Foundation.Collections.IVectorView<Int64>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorInt64Value.GetAsVectorView

Applies to