|
MathReplicate
Generates a repeating sequence of values.
Version for working with real values:
bool MathReplicate(
|
Version for working with integer values:
bool MathReplicate(
|
Parameters
array[]
[in] Array for generating a sequence.
count
[in] The number of the array repetitions in the sequence.
result[]
[out] Array to output the sequence.
Return Value
Returns true if successful, otherwise false.