You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
Ramp Method
>
Vector.Ramp Method (TCplx, TCplx)
Dew Math for .NET
Vector.Ramp Method (TCplx, TCplx)
Vector Structure
Vector Members
Dew.Math Namespace
Ramp Method
Collapse All
Fills the calling vector with a series.
Syntax
C#
Visual Basic
public
TVec
Ramp
(
TCplx
Offset
,
TCplx
Step
);
Public
Function
Ramp
(
Offset
As
TCplx
,
Step
As
TCplx
)
As
TVec
Remarks
Follow the rule:
CValues
[k] :=
Offset
+ k*Step.
Group
Ramp Method
Links
Vector Structure
,
Vector 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!