SkillFeatureTensorInt64Value.GetAsVectorView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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