Click or drag to resize

APIvalueFromFunction Method

Get the value of the selected function corresponding to the desired abscissa
REST path: /function/value/[Xval]/[funcID]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public double valueFromFunction(
	double Xval,
	int funcID
)

Parameters

Xval  Double
Abscissa
funcID  Int32
ID of the function

Return Value

Double
The ordinate for the desired abscissa and function.
See Also