SkillFeatureTensorDoubleValue.GetAsVectorView Method

Definition

Retrieves the readonly view of the tensor.

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

Returns

Windows.Foundation.Collections.IVectorView<Double>

The value contained within this instance.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.ISkillFeatureTensorDoubleValue.GetAsVectorView

Applies to