Click or drag to resize

APIseriesFromFunction Method

Get the series of the selected function
REST path: /function/series/[funcID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double[,] seriesFromFunction(
	int funcID
)

Parameters

funcID  Int32
ID of the function

Return Value

Double
An array of double (2 columns)
See Also