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