Iota Data Member Function

Fills the array with incremental values. Values that overflow the primitive range are automatically wrapped.

Prototype

int32 Iota( Uint32Iterator first, Uint32Iterator last, uint32 value )

Parameters

Parameter Type Parameter Name Documentation
<Uint32Iterator>firstAn iterator at the start of the range
<Uint32Iterator>lastAn iterator at the end of the range
uint32valueThe initial value. The range will be filled with positive increments-by-1 of this value.

Examples

Copy Text To Clipboard

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