nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Math.Core / Extensions

Extensions

Full name Microsoft.VisualBasic.Math.Interpolation.Extensions Assembly Microsoft.VisualBasic.Math.Core Members 3

01 Syntax

Microsoft.VisualBasic.Math.Interpolation.Extensions

02 Methods

NameOverloadsSummary
Range 1 Computes the range of a strided array.
CubicSpline 1
ParseSplineValue 1

03 Members

method Range #
Range(Int32, Double(), Int32)

Computes the range of a strided array.

Parameters
NameTypeDescription
NInt32

number of indexed elements

xDouble()

input array

strideInt32

stride length

method CubicSpline #
CubicSpline(IEnumerable(Of PointF), Double)
method ParseSplineValue #
ParseSplineValue(String)