Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Ramp(int Len, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat); | Returns a clVector of [0, 1, .., Len-1] numbers. |
| 2 | clVector Ramp(int Len, TCplx Offset, TCplx Step, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat); | Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers. |
| 3 | clVector Ramp(int Len, double Offset, double Step, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat); | Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers. |
| 4 | clVector Ramp(int Len, TCplx Offset, double Step, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat); | Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers. |
Overload 1: clVector Ramp(int Len, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat);
Returns a clVector of [0, 1, .., Len-1] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | aPrecision = TclFloatPrecision::clFloat | TclFloatPrecision |
Remarks:
Internally calls clVector::Ramp
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clVector Ramp(int Len, TCplx Offset, TCplx Step, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat);
Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | Offset | TCplx | |
| 3 | Step | TCplx | |
| 4 | aPrecision = TclFloatPrecision::clFloat | TclFloatPrecision |
Remarks:
Internally calls clVector::Ramp
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clVector Ramp(int Len, double Offset, double Step, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat);
Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | Offset | double | |
| 3 | Step | double | |
| 4 | aPrecision = TclFloatPrecision::clFloat | TclFloatPrecision |
Remarks:
Internally calls clVector::Ramp
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 4: clVector Ramp(int Len, TCplx Offset, double Step, TclFloatPrecision aPrecision = TclFloatPrecision::clFloat);
Returns a clVector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | Offset | TCplx | |
| 3 | Step | double | |
| 4 | aPrecision = TclFloatPrecision::clFloat | TclFloatPrecision |
Remarks:
Internally calls clVector::Ramp
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler