TMtxVecInt *Ramp(double Offset, double Step, int Index, int Len);
Fills the calling vector elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Offset | double | |
| 2 | Step | double | |
| 3 | Index | int | |
| 4 | Len | int |
Remarks:
Method uses the following rule:
Values[k] := Offset + k*Step.
An exception is raised if calling vector array borders are overrun.
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler