You are here: Symbol Reference > MtxExprInt Namespace > Functions > MtxExprInt.Ramp Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExprInt.Ramp Function

Returns a VectorInt of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.

Pascal
function Ramp(const Len: integer; const Offset: double; const Step: double): VectorInt; overload;

Internally calls TVecInt.Ramp

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