You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Ramp Method > Vector.Ramp Method (double, double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Ramp Method (double, double)

Fills the calling vector with a series.

Syntax
C#
Visual Basic
public TVec Ramp(double Offset, double Step);

Follow the rule: 

 

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

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

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