Copy Float Array Values
sv = fao:copy(faov)
Copies the entries from a second float array object, or set all entries to a single value.
Parameter | Type | Description |
---|---|---|
faov |
number | Value to set each entry to |
faov |
object | Float array object to copy from |
Returns | Type | Description |
---|---|---|
sv |
number | Sum of all entries in fao after updating. |