You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > Ramp Method > TVec.Ramp Method (double, double)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVec.Ramp Method (double, double)

Fills the calling vector.

Pascal
function Ramp(const Offset: double; const Step: double): TVec; overload;

Method uses the following rule: 

 

Values[k] := Offset + k*Step.

 

If the calling vector is complex, only the real part is set.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!