You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TVecInt Class
>
TVecInt Methods
>
Ramp Method
>
TVecInt.Ramp Method (double, double)
Dew Math for .NET
TVecInt.Ramp Method (double, double)
TVecInt Class
TVecInt Members
Dew.Math Namespace
Ramp Method
Collapse All
Fills the calling vector.
Syntax
C#
Visual Basic
public
TVecInt
Ramp
(
double
Offset
,
double
Step
);
Public
Function
Ramp
(
Offset
,
Step
)
As
TVecInt
Remarks
Method uses the following rule:
Values[k] := Offset + k*Step.
Group
Ramp Method
Links
TVecInt Class
,
TVecInt Members
,
Dew.Math Namespace
,
Ramp Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!