DoubleCollection.GetView Method

Definition

Gets an immutable view into the collection.

public:
 virtual IVectorView<double> ^ GetView() = IVector<double>::GetView;
IVectorView<double> GetView();
public IReadOnlyList<double> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of Double)

Returns

An object representing the immutable collection view.

Implements

Applies to