GetView Data Member Function

Returns an <Float64ArrayView> that contains first and last iterators for the collection.

Prototype

int32 GetView( Float64Iterator first, Float64Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Float64Iterator>firstThe iterator that will represent the start of the collection.
<Float64Iterator>lastThe iterator that will represent the end of the collection.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.