Returns an <Float64ArrayView> that contains first and last iterators for the collection.
int32 GetView( Float64Iterator first, Float64Iterator last )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Float64Iterator> | first | The iterator that will represent the start of the collection. |
| <Float64Iterator> | last | The iterator that will represent the end of the collection. |
None published. Please look for an example in the Simdify Scripting Language code base.