|
MathSequence
Generates a sequence of values based on the following values: the first element, the last element, the step of the sequence.
Version for working with real values:
bool MathSequence(
|
Version for working with integer values:
bool MathSequence(
|
Parameters
from
[in] The first value of the sequence
to
[in] The last value of the sequence
step
[in] The step of the sequence.
result[]
[out] Array to output the sequence.
Return Value
Returns true if successful, otherwise false.