Fills the array with incremental values. Values that overflow the primitive range are automatically wrapped.
int32 Iota( Float64Iterator first, Float64Iterator last, float64 value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Float64Iterator> | first | An iterator at the start of the range |
| <Float64Iterator> | last | An iterator at the end of the range |
| float64 | value | The initial value. The range will be filled with positive increments-by-1 of this value. |
None published. Please look for an example in the Simdify Scripting Language code base.