NumLibLinspace Method
Linspace
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static double[] Linspace(
double start,
double stop,
int points
)
Public Shared Function Linspace (
start As Double,
stop As Double,
points As Integer
) As Double()
public:
static array<double>^ Linspace(
double start,
double stop,
int points
)
static member Linspace :
start : float *
stop : float *
points : int -> float[]
- start Double
- Start value
- stop Double
- Stop value
- points Int32
- Number of points
DoubleLinearly spaced vector